All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs: zynq: revive BR2_LINUX_KERNEL_UIMAGE
@ 2016-05-28 13:36 Masahiro Yamada
  2016-05-28 17:17 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-05-28 13:36 UTC (permalink / raw)
  To: buildroot

Commit 5c67cb1d0445 ("linux: use zImage by default on ARM") changed
the default kernel image, but missed to update Zynq defconfigs.

U-Boot on Zynq boards still loads uImage, so BR2_LINUX_KERNEL_UIMAGE
should be defined to generate uImage.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
 configs/zynq_microzed_defconfig | 1 +
 configs/zynq_zc706_defconfig    | 1 +
 configs/zynq_zed_defconfig      | 1 +
 3 files changed, 3 insertions(+)

diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig
index c73fae5..3faa3b8 100644
--- a/configs/zynq_microzed_defconfig
+++ b/configs/zynq_microzed_defconfig
@@ -9,6 +9,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2015.1"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
+BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zed"
diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index d1a46ca..fff49d3 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -10,6 +10,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2014.2.01"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
+BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zc706"
diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig
index 1330be4..0e2c8ff 100644
--- a/configs/zynq_zed_defconfig
+++ b/configs/zynq_zed_defconfig
@@ -9,6 +9,7 @@ BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2015.1"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
+BR2_LINUX_KERNEL_UIMAGE=y
 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zed"
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] configs: zynq: revive BR2_LINUX_KERNEL_UIMAGE
  2016-05-28 13:36 [Buildroot] [PATCH] configs: zynq: revive BR2_LINUX_KERNEL_UIMAGE Masahiro Yamada
@ 2016-05-28 17:17 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-05-28 17:17 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 28 May 2016 22:36:42 +0900, Masahiro Yamada wrote:
> Commit 5c67cb1d0445 ("linux: use zImage by default on ARM") changed
> the default kernel image, but missed to update Zynq defconfigs.
> 
> U-Boot on Zynq boards still loads uImage, so BR2_LINUX_KERNEL_UIMAGE
> should be defined to generate uImage.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>  configs/zynq_microzed_defconfig | 1 +
>  configs/zynq_zc706_defconfig    | 1 +
>  configs/zynq_zed_defconfig      | 1 +
>  3 files changed, 3 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-28 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-28 13:36 [Buildroot] [PATCH] configs: zynq: revive BR2_LINUX_KERNEL_UIMAGE Masahiro Yamada
2016-05-28 17:17 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.