From 64df512e151fd10c5e5da6ab50f1bfeeec4476d4 Mon Sep 17 00:00:00 2001 From: Urja Rannikko Date: Mon, 13 May 2019 13:51:03 +0000 Subject: configs: Move CONFIG_SPI_FLASH_GIGADEVICE properly into Kconfig Affects rk3288 veyrons and rk3036, this was mostly done by moveconfig.py. Reviewed-by: Simon Glass Signed-off-by: Urja Rannikko Reviewed-by: Kever Yang --- include/configs/rk3036_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/rk3036_common.h') diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index ec0e157ec5..8fe2dbcb57 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -28,8 +28,6 @@ #define SDRAM_BANK_SIZE (512UL << 20UL) #define SDRAM_MAX_SIZE (CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE) -#define CONFIG_SPI_FLASH_GIGADEVICE - #ifndef CONFIG_SPL_BUILD /* usb otg */ -- cgit