summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <[email protected]>2019-11-10 08:01:31 -0600
committerTom Rini <[email protected]>2019-12-03 08:43:24 -0500
commitefa68e82a2c1ff388738f92f039b6b88e28fd332 (patch)
tree059fc5fe8f58c5d70d68938955c1749c26bd55de
parentca326781b4e91ba0a4beaacc6c86b1e1236d7628 (diff)
ARM: omapl138_lcdk: Separate BSS in SPL
In preparation to use full device tree support, SPL can separate BSS from text region. This patch enables SPL_SEPARATE_BSS. Signed-off-by: Adam Ford <[email protected]> Tested-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Bartosz Golaszewski <[email protected]>
-rw-r--r--configs/omapl138_lcdk_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index add152eb517..dab2e1dc58d 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -21,6 +21,7 @@ CONFIG_VERSION_VARIABLE=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
+CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xb5
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_HUSH_PARSER=y