]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm64: zynqmp: Enable SPL_SEPARATE_BSS by default
authorMichal Simek <michal.simek@xilinx.com>
Fri, 23 Nov 2018 08:01:44 +0000 (09:01 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 12 Dec 2018 11:43:22 +0000 (12:43 +0100)
commitf6d9741a6d3dec3da3602a5407aa5bfa0dbc3848
tree6707f73d858102968af807a7a537bc0defe08640
parent8f1c740d09c99963d4712878c52124d41d2f15fb
arm64: zynqmp: Enable SPL_SEPARATE_BSS by default

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