Merge branch 'master' of git://git.denx.de/u-boot-mips

This commit is contained in:
Tom Rini
2013-11-16 20:23:22 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -40,8 +40,8 @@
/*
* Memory map
*/
#define CONFIG_SYS_TEXT_BASE 0xbfc00000 /* Rom version */
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE
#define CONFIG_SYS_TEXT_BASE 0xbe000000 /* Rom version */
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
#define CONFIG_SYS_SDRAM_BASE 0x80000000 /* Cached addr */
#define CONFIG_SYS_MEM_SIZE (256 * 1024 * 1024)