public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] ARM: omapl138_lcdk: Separate BSS in SPL
@ 2019-11-10 14:01 Adam Ford
  2019-11-10 14:01 ` [U-Boot] [PATCH 2/3] ARM: omapl138_lcdk: Increase malloc pool before relocation Adam Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Adam Ford @ 2019-11-10 14:01 UTC (permalink / raw)
  To: u-boot

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 <aford173@gmail.com>

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 16287a4ac2..cceb0c408e 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -20,6 +20,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
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-12-04  4:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-10 14:01 [U-Boot] [PATCH 1/3] ARM: omapl138_lcdk: Separate BSS in SPL Adam Ford
2019-11-10 14:01 ` [U-Boot] [PATCH 2/3] ARM: omapl138_lcdk: Increase malloc pool before relocation Adam Ford
2019-11-13 13:36   ` Bartosz Golaszewski
2019-12-04  4:00   ` Tom Rini
2019-11-10 14:01 ` [U-Boot] [PATCH 3/3] ARM: omapl138_lcdk: Enable SPL_DM_SEQ_ALIAS and SPL_OF_TRANSLATE Adam Ford
2019-11-13 13:37   ` Bartosz Golaszewski
2019-12-04  4:00   ` Tom Rini
2019-11-13 13:36 ` [U-Boot] [PATCH 1/3] ARM: omapl138_lcdk: Separate BSS in SPL Bartosz Golaszewski
2019-12-04  4:00 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox