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

This commit is contained in:
Wolfgang Denk
2010-12-17 20:02:05 +01:00
4 changed files with 14 additions and 6 deletions

View File

@@ -40,9 +40,9 @@
/*
* Warning: changing CONFIG_SYS_TEXT_BASE requires
* adapting the initial boot program
* adapting the initial boot program.
*/
#define CONFIG_SYS_TEXT_BASE 0x21f00000 /* 31 MB into RAM */
#define CONFIG_SYS_TEXT_BASE 0x20000000 /* start of SDRAM */
/* Command line configuration */
#include <config_cmd_default.h>