]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/sama5d3xek.h
ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h
[karo-tx-uboot.git] / include / configs / sama5d3xek.h
index 9497bea9467480f0bcf915499ba43ddbb235bd70..5c7b722da386448321c3690b5886bbcc590ec3e3 100644 (file)
                                "nand read 0x22000000 0x200000 0x600000;" \
                                "bootm 0x22000000 - 0x21000000"
 #elif CONFIG_SYS_USE_MMC
-/* bootstrap + u-boot + env in sd card */
-#define CONFIG_ENV_IS_IN_FAT
-#define FAT_ENV_INTERFACE      "mmc"
-#define FAT_ENV_FILE           "uboot.env"
-#define FAT_ENV_DEVICE_AND_PART        "0"
-#define CONFIG_ENV_SIZE                0x4000
-#define CONFIG_BOOTCOMMAND     "fatload mmc 0:1 0x21000000 dtb; " \
-                               "fatload mmc 0:1 0x22000000 uImage; " \
-                               "bootm 0x22000000 - 0x21000000"
+/* override the bootcmd, bootargs and other configuration for sd/mmc env */
 #else
 #define CONFIG_ENV_IS_NOWHERE
 #endif