From b72713dc0bb76a7629dab3746694633089e51339 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 23 Jul 2022 13:04:55 -0400 Subject: Convert CONFIG_SYS_FLASH_EMPTY_INFO to Kconfig This converts the following to Kconfig: CONFIG_SYS_FLASH_EMPTY_INFO Signed-off-by: Tom Rini --- include/configs/bmips_bcm6338.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/bmips_bcm6338.h') diff --git a/include/configs/bmips_bcm6338.h b/include/configs/bmips_bcm6338.h index ddaa5405139..b8a962dfa2f 100644 --- a/include/configs/bmips_bcm6338.h +++ b/include/configs/bmips_bcm6338.h @@ -21,6 +21,5 @@ #endif #define CONFIG_SYS_FLASH_BASE 0xbfc00000 -#define CONFIG_SYS_FLASH_EMPTY_INFO #endif /* __CONFIG_BMIPS_BCM6338_H */ -- cgit