* [Buildroot] [PATCH] olimex_a20_olinuxino_lime_mali: bump u-boot to 2016.09.01
@ 2016-11-06 14:38 Francois Perrad
2016-11-06 22:01 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Francois Perrad @ 2016-11-06 14:38 UTC (permalink / raw)
To: buildroot
U-Boot KConfig allows to take care of CONFIG_OLD_SUNXI_KERNEL_COMPAT
in order to properly start the kernel (Error: unrecognized/unsupported machine ID)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
configs/olimex_a20_olinuxino_lime_defconfig | 3 ++-
configs/olimex_a20_olinuxino_lime_mali_defconfig | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/configs/olimex_a20_olinuxino_lime_defconfig b/configs/olimex_a20_olinuxino_lime_defconfig
index 49987fe..5941550 100644
--- a/configs/olimex_a20_olinuxino_lime_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_defconfig
@@ -32,9 +32,10 @@ BR2_TARGET_ROOTFS_EXT2_4=y
# Bootloaders
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime"
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="A20-OLinuXino-Lime"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_FORMAT_BIN=y
BR2_TARGET_UBOOT_SPL=y
diff --git a/configs/olimex_a20_olinuxino_lime_mali_defconfig b/configs/olimex_a20_olinuxino_lime_mali_defconfig
index 42c8a7c..b2d7dd5 100644
--- a/configs/olimex_a20_olinuxino_lime_mali_defconfig
+++ b/configs/olimex_a20_olinuxino_lime_mali_defconfig
@@ -37,9 +37,11 @@ BR2_TARGET_ROOTFS_EXT2_4=y
# Bootloaders
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="A20-OLinuXino-Lime"
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.01"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="A20-OLinuXino-Lime"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_FORMAT_BIN=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] olimex_a20_olinuxino_lime_mali: bump u-boot to 2016.09.01
2016-11-06 14:38 [Buildroot] [PATCH] olimex_a20_olinuxino_lime_mali: bump u-boot to 2016.09.01 Francois Perrad
@ 2016-11-06 22:01 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-11-06 22:01 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 6 Nov 2016 15:38:51 +0100, Francois Perrad wrote:
> U-Boot KConfig allows to take care of CONFIG_OLD_SUNXI_KERNEL_COMPAT
> in order to properly start the kernel (Error: unrecognized/unsupported machine ID)
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
> configs/olimex_a20_olinuxino_lime_defconfig | 3 ++-
> configs/olimex_a20_olinuxino_lime_mali_defconfig | 6 ++++--
> 2 files changed, 6 insertions(+), 3 deletions(-)
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-11-06 22:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-06 14:38 [Buildroot] [PATCH] olimex_a20_olinuxino_lime_mali: bump u-boot to 2016.09.01 Francois Perrad
2016-11-06 22:01 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox