configs: sama5d27_som1_ek: Remove unnecessary FAT_ENV_xxx macros
authorCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Tue, 21 Aug 2018 12:46:05 +0000 (15:46 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 26 Sep 2018 01:48:43 +0000 (21:48 -0400)
FAT_ENV_xxx options can now be set using Kconfig, so we no longer
need them in the config files.

Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
include/configs/sama5d27_som1_ek.h

index 61923289655b121ffdf84f79b5f08a9be6e626ae..ef1a6f966ff0906cc5e7742781e7e8bb0b1cd51a 100644 (file)
@@ -36,9 +36,6 @@
 #undef CONFIG_BOOTCOMMAND
 #ifdef CONFIG_SD_BOOT
 /* u-boot env in sd/mmc card */
-#define FAT_ENV_INTERFACE      "mmc"
-#define FAT_ENV_DEVICE_AND_PART        "0"
-#define FAT_ENV_FILE           "uboot.env"
 #define CONFIG_ENV_SIZE                0x4000
 /* bootstrap + u-boot + env in sd card */
 #define CONFIG_BOOTCOMMAND     "fatload mmc 0:1 0x21000000 at91-sama5d27_som1_ek.dtb; " \