From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ara Avanesyan Date: Mon, 17 Jan 2005 14:58:20 +0400 Subject: [U-Boot-Users] IXDP size comments and board reset issue References: <20050117042925.B7F5CF8DB@sc8-sf-spam2.sourceforge.net> Message-ID: <001701c4fc83$75769ec0$1000000a@araav> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, i am confused by the following comments: 1. board/ixdp425/flash.c switch (value) { case (FPW) INTEL_ID_28F128J3A: info->flash_id += FLASH_28F128J3A; info->sector_count = 128; info->size = 0x02000000; break; /* => 16 MB */ the comment shows 16 mb (correctly) while it's assigned 32 mb 2. configs/ixdp425.h /* * Physical Memory Map */ #define CONFIG_NR_DRAM_BANKS 1 /* we have 2 banks of DRAM */ defined 1 but commented 2 banks. am i missing something? Also I have another issue regarding to reset. After linux reboot, it calls hardware reset (arch_reset). My board hangs. The same linux build resets fine with RedBoot. Is there anything specific here? (i do not have debugger to debug it myself :( ) Thanks! Ara