diff options
author | Gregory CLEMENT <gregory.clement@bootlin.com> | 2020-06-05 10:43:37 +0200 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2020-06-18 14:28:37 +0300 |
commit | 59dab842f98f9144bce1e535ef9df6f0e1a25e03 (patch) | |
tree | 3565ecff548f413b359d99bc4029483bde0c263f /configs/sama5d3_xplained_mmc_defconfig | |
parent | c7c120c22b4fe56281ec75cf6fd9304cf6c36344 (diff) | |
download | u-boot-59dab842f98f9144bce1e535ef9df6f0e1a25e03.tar.gz |
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 <sr@denx.de>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Diffstat (limited to 'configs/sama5d3_xplained_mmc_defconfig')
-rw-r--r-- | configs/sama5d3_xplained_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_mmc_defconfig index 3a8b410b4a..9d1aaedc31 100644 --- a/configs/sama5d3_xplained_mmc_defconfig +++ b/configs/sama5d3_xplained_mmc_defconfig @@ -28,7 +28,6 @@ CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootwait" # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_SPL_SEPARATE_BSS=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_FLASH is not set |