[PATCH 1/1] cmd: CONFIG_CMD_BOOTEFI_HELLO_COMPILE dependencies

CONFIG_EFI_LOADER cannot be chosen for ARM v7m. Remove the superfluous dependency on CONFIG_CPU_V7M=n.
Fixes: b20bb09b2108 ("efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM") Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 748b959961..0ae5bcd981 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -373,7 +373,7 @@ config CMD_BOOTEFI_BOOTMGR
config CMD_BOOTEFI_HELLO_COMPILE bool "Compile a standard EFI hello world binary for testing" - depends on CMD_BOOTEFI && !CPU_V7M + depends on CMD_BOOTEFI default y help This compiles a standard EFI hello world application with U-Boot so

On Sun, 17 Dec 2023 at 13:45, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
CONFIG_EFI_LOADER cannot be chosen for ARM v7m. Remove the superfluous dependency on CONFIG_CPU_V7M=n.
Fixes: b20bb09b2108 ("efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM") Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 748b959961..0ae5bcd981 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -373,7 +373,7 @@ config CMD_BOOTEFI_BOOTMGR
config CMD_BOOTEFI_HELLO_COMPILE bool "Compile a standard EFI hello world binary for testing"
depends on CMD_BOOTEFI && !CPU_V7M
depends on CMD_BOOTEFI default y help This compiles a standard EFI hello world application with U-Boot so
-- 2.40.1
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org

On Sun, 17 Dec 2023 at 10:35, Ilias Apalodimas ilias.apalodimas@linaro.org wrote:
On Sun, 17 Dec 2023 at 13:45, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
CONFIG_EFI_LOADER cannot be chosen for ARM v7m. Remove the superfluous dependency on CONFIG_CPU_V7M=n.
Fixes: b20bb09b2108 ("efi_loader: restrict EFI_LOADER to armv7 and armv8 on ARM") Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig index 748b959961..0ae5bcd981 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -373,7 +373,7 @@ config CMD_BOOTEFI_BOOTMGR
config CMD_BOOTEFI_HELLO_COMPILE bool "Compile a standard EFI hello world binary for testing"
depends on CMD_BOOTEFI && !CPU_V7M
depends on CMD_BOOTEFI default y help This compiles a standard EFI hello world application with U-Boot so
-- 2.40.1
Reviewed-by: Ilias Apalodimas ilias.apalodimas@linaro.org
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Heinrich Schuchardt
-
Ilias Apalodimas
-
Simon Glass