sandbox: Move BSS after EFI sections
authorAlexander Graf <agraf@suse.de>
Mon, 6 Aug 2018 22:29:01 +0000 (00:29 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 20 Aug 2018 09:39:19 +0000 (11:39 +0200)
commit18e684dd4ca46a7a1bccc4e30ab47e92315e59c1
treecba0d2bda64b61e65f2fc1acf5c47875c8e29dd1
parent9f8cf76be256a83643ee05de6cffaeb452ed0931
sandbox: Move BSS after EFI sections

Something went wrong when writing the sandbox linker scripts and so we
ended up with a .bss section marker right before the efi runtime sections.

That obviously is a terrible idea, as it may result in overwriting efi
runtime code and data. So let's move the .bss identifier behind the efi
sections.

Signed-off-by: Alexander Graf <agraf@suse.de>
arch/sandbox/cpu/u-boot.lds