From 76c161b367ad78ed6212f46f547b1781939b6cc2 Mon Sep 17 00:00:00 2001 From: Clement Leger Date: Fri, 12 Jun 2020 09:10:35 +0200 Subject: common: bootm: add support for elf file loading This will allows elf loader to directly have an elf file available. Thus filetype_elf bootm handlers will be able to use standard bootm functions and data. Signed-off-by: Clement Leger Tested-by: Oleksij Rempel Signed-off-by: Sascha Hauer --- common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index ac282d8955..d75b43dfce 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -597,6 +597,14 @@ config BOOTM_AIMAGE help Support using Android Images. +config BOOTM_ELF + bool + depends on BOOTM + select ELF + prompt "elf loading support" + help + Add support to load elf file with bootm. + config BOOTM_FITIMAGE bool prompt "FIT image support" -- cgit v1.2.3