From 59dab842f98f9144bce1e535ef9df6f0e1a25e03 Mon Sep 17 00:00:00 2001 From: Gregory CLEMENT Date: Fri, 5 Jun 2020 10:43:37 +0200 Subject: configs: atmel: cleanup CONFIG_SPL_SEPARATE_BSS Now that CONFIG_SPL_SEPARATE_BSS is selected for all the AT91 based boards, cleanups the defconfigs by removing it. Reviewed-by: Stefan Roese Signed-off-by: Gregory CLEMENT --- configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/sama5d27_wlsom1_ek_qspiflash_defconfig') diff --git a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig index eea86f9357..eba1e48384 100644 --- a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig +++ b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig @@ -29,7 +29,6 @@ CONFIG_USE_BOOTARGS=y CONFIG_MISC_INIT_R=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y -CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DISPLAY_PRINT=y # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set CONFIG_SPL_SPI_LOAD=y -- cgit