From 43ba3c59cb6835f96fe32960cca9ef1406d0a626 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 26 Jul 2017 21:48:00 -0400 Subject: env: Migrate CONFIG_ENV_IS_IN_FAT options to Kconfig We rename the various FAT_ENV_xxx options to CONFIG_ENV_FAT_xxx so that they can be modified via Kconfig. Migrate all existing users to the new values. Signed-off-by: Tom Rini --- include/configs/rpi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/rpi.h') diff --git a/include/configs/rpi.h b/include/configs/rpi.h index c545f99838..8ae4019d52 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -92,9 +92,6 @@ /* Environment */ #define CONFIG_ENV_SIZE SZ_16K -#define FAT_ENV_INTERFACE "mmc" -#define FAT_ENV_DEVICE_AND_PART "0:1" -#define FAT_ENV_FILE "uboot.env" #define CONFIG_ENV_VARS_UBOOT_CONFIG #define CONFIG_SYS_LOAD_ADDR 0x1000000 #define CONFIG_PREBOOT "usb start" -- cgit