diff mbox series

[U-Boot,1/3] ARM: omapl138_lcdk: Separate BSS in SPL

Message ID 20191110140133.30129-1-aford173@gmail.com
State Accepted
Commit efa68e82a2c1ff388738f92f039b6b88e28fd332
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/3] ARM: omapl138_lcdk: Separate BSS in SPL | expand

Commit Message

Adam Ford Nov. 10, 2019, 2:01 p.m. UTC
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>

Comments

Bartosz Golaszewski Nov. 13, 2019, 1:36 p.m. UTC | #1
niedz., 10 lis 2019 o 15:01 Adam Ford <aford173@gmail.com> napisaƂ(a):
>
> 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
>

Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Tom Rini Dec. 4, 2019, 4 a.m. UTC | #2
On Sun, Nov 10, 2019 at 08:01:31AM -0600, Adam Ford wrote:

> 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>
> Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
> index 16287a4ac2..cceb0c408e 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

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