From 2f57139c211d193debddd25f45c02b738cefd871 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 13 May 2022 09:18:27 -0400 Subject: Convert CONFIG_SYS_FLASH_CFI_WIDTH to Kconfig This converts the following to Kconfig: CONFIG_SYS_FLASH_CFI_WIDTH Signed-off-by: Tom Rini --- include/configs/total_compute.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/total_compute.h') diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 7ab7926..c0495b7 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -50,8 +50,6 @@ /* 256 x 256KiB sectors */ #define CONFIG_SYS_MAX_FLASH_SECT 256 -#define CONFIG_SYS_FLASH_CFI_WIDTH FLASH_CFI_32BIT - #define CONFIG_SYS_FLASH_EMPTY_INFO /* flinfo indicates empty blocks */ #define FLASH_MAX_SECTOR_SIZE 0x00040000 -- cgit v1.1