From a70c64c0ff7d0346ec713fb0544208e832de7962 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 23 Jan 2013 15:24:16 +0100 Subject: [PATCH] xilinx: Fix ppc405 platform Just fix compilation issue to even ensure that we can compile it. Signed-off-by: Michal Simek --- include/configs/xilinx-ppc405-generic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3