From: Michal Simek Date: Wed, 23 Jan 2013 14:24:16 +0000 (+0100) Subject: xilinx: Fix ppc405 platform X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a70c64c0ff7d0346ec713fb0544208e832de7962;p=thirdparty%2Fu-boot.git xilinx: Fix ppc405 platform Just fix compilation issue to even ensure that we can compile it. Signed-off-by: Michal Simek --- diff --git a/include/configs/xilinx-ppc405-generic.h b/include/configs/xilinx-ppc405-generic.h index b2d41556e23..000afe59fed 100644 --- a/include/configs/xilinx-ppc405-generic.h +++ b/include/configs/xilinx-ppc405-generic.h @@ -33,7 +33,7 @@ #define CONFIG_XILINX_405 1 /* PPC-specific memory layout */ -#define CONFIG_SYS_MONITOR_BASE TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_MONITOR_LEN (192 * 1024) #define CONFIG_SYS_MALLOC_LEN (128 * 1024)