Browse Source

linux: make Image{,.gz} format available for aarch64 BE

Just like aarch64, aarch64 BE supports the Image and Image.gz format.

Signed-off-by: Rémi Duraffort <remi.duraffort@linaro.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit d1579589e0a7d1870aa0ad587acd78f799f31257)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Rémi Duraffort 3 years ago
parent
commit
fcbce93cfc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      linux/Config.in

+ 2 - 2
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"