diff options
author | wdenk <wdenk> | 2005-03-15 00:26:31 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-03-15 00:26:31 +0000 |
commit | 911d08f6ae244c6407fff268585e5b9544ce8adb (patch) | |
tree | 131571dd79699f6ad1dc5df513f2dbc0ad67793b /include/configs | |
parent | bf7019c5702a77b67e58dca9664113f12876347e (diff) | |
download | u-boot-imx-911d08f6ae244c6407fff268585e5b9544ce8adb.zip u-boot-imx-911d08f6ae244c6407fff268585e5b9544ce8adb.tar.gz u-boot-imx-911d08f6ae244c6407fff268585e5b9544ce8adb.tar.bz2 |
Tune TQM8540 default configuration.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/TQM8540.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/TQM8540.h b/include/configs/TQM8540.h index c2c075b..40d4483 100644 --- a/include/configs/TQM8540.h +++ b/include/configs/TQM8540.h @@ -42,7 +42,6 @@ #undef CONFIG_PCI #define CONFIG_TSEC_ENET /* tsec ethernet support */ -#define CONFIG_ENV_OVERWRITE #undef CONFIG_DDR_ECC /* only for ECC DDR module */ #define CONFIG_DDR_DLL /* possible DLL fix needed */ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ @@ -432,8 +431,8 @@ "run nfsargs addip addcons;bootm\0" \ "rootpath=/opt/eldk/ppc_85xx\0" \ "bootfile=/tftpboot/tqm8540/uImage\0" \ - "kernel_addr=40040000\0" \ - "ramdisk_addr=40100000\0" \ + "kernel_addr=FE000000\0" \ + "ramdisk_addr=FE100000\0" \ "" #define CONFIG_BOOTCOMMAND "run flash_self" |