summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-01-17 21:51:40 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-01-17 22:55:25 +0100
commit36f8101675259c8e3cfadd95b3f90d148bd3a935 (patch)
treeb53e2304453fc4fa69e6e48fbb0837452f537537
parent8aef3a4106608fac04608eebe9cdae10e1432bca (diff)
downloadbuildroot-36f8101675259c8e3cfadd95b3f90d148bd3a935.tar.gz
buildroot-36f8101675259c8e3cfadd95b3f90d148bd3a935.zip
configs/sheevaplug: bump u-boot to 2016.01
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--configs/sheevaplug_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index bb53789251..d6fd3e0b20 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -17,9 +17,10 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
# bootloader
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="sheevaplug"
+BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
+BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sheevaplug"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2013.10"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.01"
BR2_TARGET_UBOOT_FORMAT_KWB=y
# BR2_TARGET_UBOOT_NETWORK is not set
OpenPOWER on IntegriCloud