This little series adjusts a few things related to the app: - Support OF_SEPARATE with 32-bit app - Use OF_SEPARATE now that it is actually functional - Fix a bad symbol name for the dtb
With these the apps both seem to function OK, and OF_EMBED is not needed anymore. Simon Glass (3): efi: Correct logic for OF_EMBED and OF_SEPARATE co-existing efi: Support an embedded DTB for the 32-bit app efi: Switch over to OF_SEPARATE for the app Makefile | 4 ++-- arch/x86/lib/elf_ia32_efi.lds | 5 +++++ configs/efi-x86_app32_defconfig | 1 - configs/efi-x86_app64_defconfig | 1 - include/asm-generic/sections.h | 2 +- lib/fdtdec.c | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) -- 2.34.1

