From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 14:51:55 -0700 Subject: [U-Boot] [PATCH 2/2] powerpc/mpc85xx:Update MONITOR_LEN for 768KB u-boot size In-Reply-To: <1396260108-2362-1-git-send-email-prabhakar@freescale.com> References: <1396260108-2362-1-git-send-email-prabhakar@freescale.com> Message-ID: <535835FB.4080308@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/31/2014 03:01 AM, Prabhakar Kushwaha wrote: > U-boot binary size has been increased from 512KB to 768KB. > > So update CONFIG_SYS_MONITOR_LEN to reflect the same. > > Signed-off-by: Prabhakar Kushwaha > --- > include/configs/B4860QDS.h | 2 +- > include/configs/BSC9131RDB.h | 2 +- > include/configs/BSC9132QDS.h | 2 +- > include/configs/C29XPCIE.h | 2 +- > include/configs/P1010RDB.h | 2 +- > include/configs/P1022DS.h | 2 +- > include/configs/P1023RDB.h | 2 +- > include/configs/P1023RDS.h | 2 +- > include/configs/P1_P2_RDB.h | 2 +- > include/configs/P2020DS.h | 2 +- > include/configs/P2041RDB.h | 2 +- > include/configs/T1040QDS.h | 2 +- > include/configs/T104xRDB.h | 2 +- > include/configs/T208xQDS.h | 2 +- > include/configs/T208xRDB.h | 2 +- > include/configs/corenet_ds.h | 2 +- > include/configs/p1_p2_rdb_pc.h | 2 +- > include/configs/p1_twr.h | 2 +- > include/configs/t4qds.h | 2 +- > 19 files changed, 19 insertions(+), 19 deletions(-) > Applied to u-boot-mpc85xx/master, thanks. York