commit | 0f546eaf003d5770d1bc6f7a88262b87eda59bb6 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Jun 20 17:55:24 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 23 10:38:08 2017 -0400 |
tree | b083db80f78d1e13f8522bbb8a5b6a9647bf15bf | |
parent | 4e118ce6d8e6f8b2d61f632ec0898886d15fa71c [diff] |
board/db410c: add missing linker map entries for efi Otherwise the loaded image would miss the efi_runtime sections, and fall over hard when grub (for example) tried to call runtime services located in this section. Signed-off-by: Rob Clark <robdclark@gmail.com>