projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ef7e2
)
arm64: zynqmp: Enable SPL_SEPARATE_BSS by default
author
Michal Simek
<michal.simek@xilinx.com>
Fri, 23 Nov 2018 08:01:44 +0000
(09:01 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 26 Nov 2018 09:50:55 +0000
(10:50 +0100)
BSS section was all the time separated for SPL but this symbol wasn't
enabled. It is necessary to have it enabled for OF_SEPARATE
configuration where DTB is appended to u-boot with DTB.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index f5d4d3968383c7df41ad7936e5ad501b7814ce9c..0e38d3247b0c8b8bdf4e2f4684f6f3b9170fd355 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-928,6
+928,7
@@
config ARCH_ZYNQMP
select OF_CONTROL
select SPL_BOARD_INIT if SPL
select SPL_CLK if SPL
+ select SPL_SEPARATE_BSS if SPL
select SUPPORT_SPL
imply BOARD_LATE_INIT
imply CMD_DM