diff options
author | Wolfgang Denk <wd@denx.de> | 2010-12-17 20:02:05 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-17 20:02:05 +0100 |
commit | 2a9a2339a4ea04636ed0968e76eeaf784e987f52 (patch) | |
tree | e4891391ce68c96ee779c195d0d92aea89fccc01 /include/configs | |
parent | 3ac45988ab1605baaf83bd3acb80a197c9a208c2 (diff) | |
parent | 85579906cb241ab0f544a2d5ba6d9e33714ec897 (diff) | |
download | u-boot-imx-2a9a2339a4ea04636ed0968e76eeaf784e987f52.zip u-boot-imx-2a9a2339a4ea04636ed0968e76eeaf784e987f52.tar.gz u-boot-imx-2a9a2339a4ea04636ed0968e76eeaf784e987f52.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
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 5db3d1b..5f0160d 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> |