From f73c09e735bffc2b229bd20de6ca41e4d7efbc1d Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Mon, 1 Apr 2019 16:00:03 +0200 Subject: cosmetic: config: Remove empty #ifdefs After running tools/moveconfig.py it turned out that for various boards there are an empty #ifdef statements. Remove them to clean u-boot source code. Signed-off-by: Lukasz Majewski --- include/configs/km/km_arm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/km') diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index a2e9cf1fa5..8a00ac015a 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -34,9 +34,6 @@ /* SPI NOR Flash default params, used by sf commands */ -#if defined CONFIG_KM_ENV_IS_IN_SPI_NOR -#endif - /* Reserve 4 MB for malloc */ #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) -- cgit v1.2.3