diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2022-04-07 09:58:48 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2022-04-26 09:54:41 +0300 |
commit | 66692917003cd77ec0271b5c197aded70d1ed14b (patch) | |
tree | fa76cd2de4d7cf7ad4189a4ea9163c88c826b1f6 /include/configs/sama5d27_som1_ek.h | |
parent | 3fbdd485fd87ce0d4e1b747aea3c433646f4ced2 (diff) | |
download | u-boot-66692917003cd77ec0271b5c197aded70d1ed14b.tar.gz |
include: configs: at91/sam: remove stray #ifdef/#else
With the commit that moves the BOOTCOMMAND to Kconfig:
970bf8603b ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig")
some stray ifdefs have been left in the header files which
are now useless.
Clean up the include files to remove these lines.
Fixes: 970bf8603b ("Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'include/configs/sama5d27_som1_ek.h')
-rw-r--r-- | include/configs/sama5d27_som1_ek.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs/sama5d27_som1_ek.h index f7d8fb6352..b9144584e3 100644 --- a/include/configs/sama5d27_som1_ek.h +++ b/include/configs/sama5d27_som1_ek.h @@ -21,10 +21,6 @@ (0x22000000 + 16 * 1024 - GENERATED_GBL_DATA_SIZE) #endif -#ifdef CONFIG_SD_BOOT -/* bootstrap + u-boot + env in sd card */ -#endif - /* SPL */ #define CONFIG_SPL_MAX_SIZE 0x10000 #define CONFIG_SPL_BSS_START_ADDR 0x20000000 |