projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b466060
)
configs/riotboard: Decouple u-boot version from the default value
author
Nikolay Dimitrov
<picmaster@mail.bg>
Sun, 25 Oct 2015 01:12:57 +0000
(
03:12
+0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 25 Oct 2015 10:07:02 +0000
(11:07 +0100)
Use custom version for U-Boot, instead of using the default value as defined
in BR2_TARGET_UBOOT_VERSION.
Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/riotboard_defconfig
patch
|
blob
|
history
diff --git
a/configs/riotboard_defconfig
b/configs/riotboard_defconfig
index 708a86068bcf02a62087556997c4b0b92a675e88..96c3619ca8f05d9a2e998f4f237bf16e50030f95 100644
(file)
--- a/
configs/riotboard_defconfig
+++ b/
configs/riotboard_defconfig
@@
-14,7
+14,8
@@
BR2_ROOTFS_OVERLAY="board/embest/riotboard/rootfs_overlay"
# bootloader
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_VERSION="2015.07"
+BR2_TARGET_UBOOT_CUSTOM_VERSION=y
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2015.07"
BR2_TARGET_UBOOT_BOARDNAME="riotboard"
BR2_TARGET_UBOOT_FORMAT_IMX=y