Fix lowboot support on MCC200 board
authorWolfgang Denk <wd@pollux.denx.de>
Thu, 4 May 2006 22:59:28 +0000 (00:59 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Thu, 4 May 2006 22:59:28 +0000 (00:59 +0200)
CHANGELOG
Makefile
include/configs/mcc200.h

index c774dd0..a491ec0 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix lowboot support on MCC200 board
+
 * Coding Style cleanup
 
 * Write RTC seconds first to maintain settings integrity per
index 74e9474..6e24341 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -326,7 +326,7 @@ mcc200_config       \
 mcc200_lowboot_config: unconfig
        @ >include/config.h
        @[ -z "$(findstring lowboot_,$@)" ] || \
-               { echo "TEXT_BASE = 0xFE000000" >board/mcc200/config.tmp ; \
+               { echo "TEXT_BASE = 0xFC000000" >board/mcc200/config.tmp ; \
                  echo "... with lowboot configuration" ; \
                }
        @./mkconfig mcc200 ppc mpc5xxx mcc200
index 2b1c0d0..d8d63a1 100644 (file)
 
 #define CONFIG_ENV_OVERWRITE   1       /* allow modification of vendor params */
 
+#if TEXT_BASE == CFG_FLASH_BASE
+#define CFG_LOWBOOT    1
+#endif
+
 /*
  * Memory map
  */