aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/lib/sections.c
Commit message (Collapse)AuthorAgeFilesLines
* efi: sandbox: Add required linker sectionsSimon Glass2018-06-031-0/+12
The EFI loader code requires certain linker sections to exist. Add these for sandbox so that the EFI loader code will link. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>