summaryrefslogtreecommitdiffstats
path: root/linux/Config.in
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-10-04 17:28:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-10-05 16:01:32 +0200
commit55a6b6d0d189fbb91555aeebc054e0ae97d113a7 (patch)
treefe6b1a7ac791f0833121149c42ceb99dae748f6d /linux/Config.in
parent7e693a0734644ceb79b7b90c65b227fd0d73bf21 (diff)
downloadbuildroot-55a6b6d0d189fbb91555aeebc054e0ae97d113a7.tar.gz
buildroot-55a6b6d0d189fbb91555aeebc054e0ae97d113a7.zip
linux: add 'Image' as the image name for aarch64
On aarch64, the image name is always Image, so let's add support for that. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/Config.in b/linux/Config.in
index bb4f86b7cd..99c8a0ed54 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -225,6 +225,10 @@ config BR2_LINUX_KERNEL_SIMPLEIMAGE
select BR2_LINUX_KERNEL_DTS_SUPPORT
select BR2_LINUX_KERNEL_DTB_IS_SELF_BUILT
+config BR2_LINUX_KERNEL_IMAGE
+ bool "Image"
+ depends on BR2_aarch64
+
config BR2_LINUX_KERNEL_LINUX_BIN
bool "linux.bin"
depends on BR2_microblaze
OpenPOWER on IntegriCloud