From d1579589e0a7d1870aa0ad587acd78f799f31257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= Date: Mon, 28 Feb 2022 17:26:32 +0100 Subject: [PATCH] linux: make Image{,.gz} format available for aarch64 BE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just like aarch64, aarch64 BE supports the Image and Image.gz format. Signed-off-by: RĂ©mi Duraffort Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- linux/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 36744c5337..043e7c6574 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -261,11 +261,11 @@ config BR2_LINUX_KERNEL_SIMPLEIMAGE config BR2_LINUX_KERNEL_IMAGE bool "Image" - depends on BR2_aarch64 || BR2_riscv + depends on BR2_aarch64 || BR2_aarch64_be || BR2_riscv config BR2_LINUX_KERNEL_IMAGEGZ bool "Image.gz" - depends on BR2_aarch64 || BR2_riscv + depends on BR2_aarch64 || BR2_aarch64_be || BR2_riscv config BR2_LINUX_KERNEL_LINUX_BIN bool "linux.bin"