diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2017-03-14 11:30:52 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-14 21:55:30 +0100 |
commit | fd5b71af7cbb08d9452c929c8a8d5fc0420d94d9 (patch) | |
tree | 1d347168cdb254cab1acc5c2dcfbb9560e67e0ca | |
parent | b3bf9fc7cab97eac5f0e77456e86826970e506b9 (diff) | |
download | buildroot-fd5b71af7cbb08d9452c929c8a8d5fc0420d94d9.tar.gz buildroot-fd5b71af7cbb08d9452c929c8a8d5fc0420d94d9.zip |
linux: enable uBoot image type for xtensa kernel
Starting with the release 2016.09 xtensa architecture is supported by
the U-Boot. Enable uimage target in xtensa linux kernel.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 1707f7dc44..2248f0940f 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -179,7 +179,7 @@ config BR2_LINUX_KERNEL_UIMAGE depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \ BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \ BR2_sh || BR2_mips || BR2_mipsel || \ - BR2_mips64 || BR2_mips64el + BR2_mips64 || BR2_mips64el || BR2_xtensa select BR2_LINUX_KERNEL_UBOOT_IMAGE config BR2_LINUX_KERNEL_APPENDED_UIMAGE |