diff options
author | Wolfgang Denk <wd@denx.de> | 2010-12-17 19:55:55 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-17 19:55:55 +0100 |
commit | 85579906cb241ab0f544a2d5ba6d9e33714ec897 (patch) | |
tree | 85646b2816f849b9482be4061fccee5718997960 /include/configs | |
parent | 8a16f9c6747447aecda6619568d6747f0adf6561 (diff) | |
parent | a138d96aa88b6487c1409dd47a4ece9c3e1c3115 (diff) | |
download | u-boot-imx-85579906cb241ab0f544a2d5ba6d9e33714ec897.zip u-boot-imx-85579906cb241ab0f544a2d5ba6d9e33714ec897.tar.gz u-boot-imx-85579906cb241ab0f544a2d5ba6d9e33714ec897.tar.bz2 |
Merge branch 'for-upstream' of git://git.denx.de/u-boot-atmel
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/top9000.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/top9000.h b/include/configs/top9000.h index ff3933b..0b23a5d 100644 --- a/include/configs/top9000.h +++ b/include/configs/top9000.h @@ -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> |