From 555004381e957200d0448ec88f59d77d174fc7bf Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Sat, 7 Apr 2018 16:05:27 +0200 Subject: spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig Add Kconfig entry for CONFIG_SPL_SPI_LOAD symbol and move all configurations using it to Kconfig. Signed-off-by: Marek Vasut Cc: Tom Rini --- include/configs/bav335x.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/bav335x.h') diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index a044329fbf..fb896fee27 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -450,7 +450,6 @@ DEFAULT_LINUX_BOOT_ENV \ */ #if defined(CONFIG_SPI_BOOT) /* SPL related */ -#define CONFIG_SPL_SPI_LOAD #define CONFIG_SYS_SPI_U_BOOT_OFFS 0x20000 #define CONFIG_SYS_REDUNDAND_ENVIRONMENT -- cgit v1.2.3