diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2018-08-21 15:46:05 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-25 21:48:43 -0400 |
commit | f97bf157c5fab330b2b3136d5ce908fe965d8e40 (patch) | |
tree | eae0e7f22689e856bed97571e593d6c1ff5457c2 | |
parent | 3f61f086368f57859e78b36b703d56a8c75b9b2e (diff) |
configs: sama5d27_som1_ek: Remove unnecessary FAT_ENV_xxx macros
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>
-rw-r--r-- | include/configs/sama5d27_som1_ek.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs/sama5d27_som1_ek.h index 6192328965..ef1a6f966f 100644 --- a/include/configs/sama5d27_som1_ek.h +++ b/include/configs/sama5d27_som1_ek.h @@ -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; " \ |