]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
xilinx: Fix ppc405 platform
authorMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jan 2013 14:24:16 +0000 (15:24 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 29 Jan 2013 12:28:12 +0000 (13:28 +0100)
Just fix compilation issue to even ensure that we can compile it.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/xilinx-ppc405-generic.h

index b2d41556e2391d7fccf0d96415939bedb230e36a..000afe59fed68a1af022175e1d060e0188bdc012 100644 (file)
@@ -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)