From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Radensky Date: Thu, 20 Aug 2009 13:49:01 +0300 Subject: [U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards Message-ID: <4A8D2A1D.2080300@embedded-sol.com> 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 FSL MPC85xx boards define CONFIG_SYS_MONITOR_LEN as 256K although actual size of u-boot binary is 512K. XES Xpedite boards seem to do the right thing. I was wandering whether CONFIG_SYS_MONITOR_LEN for 85xx boards can be defined in terms of CONFIG_SYS_MONITOR_BASE, similar to AMCC boards ? #define CONFIG_SYS_MONITOR_LEN (0xFFFFFFFF - CONFIG_SYS_MONITOR_BASE + 1) Felix.