]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Tune TQM8540 default configuration. LABEL_2005_03_15_0125
authorwdenk <wdenk>
Tue, 15 Mar 2005 00:26:31 +0000 (00:26 +0000)
committerwdenk <wdenk>
Tue, 15 Mar 2005 00:26:31 +0000 (00:26 +0000)
include/configs/TQM8540.h

index c2c075be6f055124e1d4ce126f9e47bbd863a274..40d44838001f00e60221b1769f8a76f2617ad3d7 100644 (file)
@@ -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 */
                "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"