diff mbox

[v4,4/4] beaglebone: change to zImage

Message ID 1392021600-32293-5-git-send-email-anders@chargestorm.se
State Accepted
Commit 994bf3ce91c8f03e0907fb7819014a0b7ca532d3
Headers show

Commit Message

Anders Darander Feb. 10, 2014, 8:40 a.m. UTC
The default U-Boot configuration is now to use a zImage instead of uImage.

Signed-off-by: Anders Darander <anders@chargestorm.se>
---
 configs/beaglebone_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 10, 2014, 6:24 p.m. UTC | #1
Dear Anders Darander,

On Mon, 10 Feb 2014 09:40:00 +0100, Anders Darander wrote:
> The default U-Boot configuration is now to use a zImage instead of uImage.
> 
> Signed-off-by: Anders Darander <anders@chargestorm.se>
> ---
>  configs/beaglebone_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Feb. 10, 2014, 6:43 p.m. UTC | #2
>>>>> "Anders" == Anders Darander <anders@chargestorm.se> writes:

 > The default U-Boot configuration is now to use a zImage instead of uImage.
 > Signed-off-by: Anders Darander <anders@chargestorm.se>

Committed, thanks.
diff mbox

Patch

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 4e60e3f..2996336 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -34,5 +34,6 @@  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/ti-linux-kernel/ti-linux-kern
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="7f280334068b7c875ade51f8f3921ab311f0c824"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config"
+BR2_LINUX_KERNEL_ZIMAGE=y
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
 BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-bone"