From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Griffin Date: Sun, 22 Feb 2009 14:29:00 +0000 Subject: [U-Boot] U-Boot Digest, Vol 9, Issue 275 In-Reply-To: References: Message-ID: <1235312940.26727.2.camel@quercus-bis> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > i'm using u-boot -1.3.0 in MPC8313 evaluation board, it having a NAND , NOR > Flash , u-boot stored in NOR flash. when i do the saveenv , reset command > the u-boot is erased. i'm not able to fix this issue. help me to fix this > issue > On my board this was due to CONFIG_SYS_MONITOR_LEN not being big enough. Peter