Merge remote-tracking branch 'u-boot-atmel/master' into m
[oweals/u-boot.git] / include / configs / ms7720se.h
index 0ea3527e30b0821ca886bf9bd9d18d08ff2f06cb..afa82cfb2ce88d44a0c431b2a51ab7371eb55ddf 100644 (file)
@@ -41,7 +41,7 @@
 
 #define CONFIG_BAUDRATE                115200
 #define CONFIG_BOOTARGS                "console=ttySC0,115200"
-#define CONFIG_BOOTFILE                /boot/zImage
+#define CONFIG_BOOTFILE                "/boot/zImage"
 #define CONFIG_LOADADDR                0x8E000000
 
 #define CONFIG_VERSION_VARIABLE
@@ -52,6 +52,7 @@
 #define MS7720SE_FLASH_BASE_1          0xA0000000
 #define MS7720SE_FLASH_BANK_SIZE       (8 * 1024 * 1024)
 
+#define CONFIG_SYS_TEXT_BASE   0x8FFC0000
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_PROMPT      "=> "   /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE      256     /* Buffer size for input from the Console */
@@ -76,7 +77,6 @@
 #define CONFIG_SYS_MONITOR_BASE        MS7720SE_FLASH_BASE_1
 #define CONFIG_SYS_MONITOR_LEN         (128 * 1024)
 #define CONFIG_SYS_MALLOC_LEN          (256 * 1024)
-#define CONFIG_SYS_GBL_DATA_SIZE       256
 #define CONFIG_SYS_BOOTMAPSZ           (8 * 1024 * 1024)