From: Heiko Schocher Date: Fri, 11 Jan 2008 14:15:16 +0000 (+0100) Subject: MUNICes: Set the right CFG_DEFAULT_MBAR value. X-Git-Tag: v1.3.2-rc1~100^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa05664cd8c7ab1ecf062aa73b992b7b58bba49c;p=kernel%2Fu-boot.git MUNICes: Set the right CFG_DEFAULT_MBAR value. Signed-off-by: Heiko Schocher --- diff --git a/include/configs/munices.h b/include/configs/munices.h index 4359e29..e472270 100644 --- a/include/configs/munices.h +++ b/include/configs/munices.h @@ -108,6 +108,8 @@ * Memory map */ #define CFG_MBAR 0xF0000000 /* MBAR hast to be switched by other bootloader or debugger config */ + +#define CFG_DEFAULT_MBAR 0x80000000 #define CFG_SDRAM_BASE 0x00000000 /* Use SRAM until RAM will be available */ #define CFG_INIT_RAM_ADDR MPC5XXX_SRAM