* [Buildroot] [pull request] Pull request for branch for-2011.02/bump-uboot
@ 2010-12-24 17:21 Thomas Petazzoni
2010-12-24 17:21 ` [Buildroot] [PATCH 1/1] u-boot: add support for version 2010.12 Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-24 17:21 UTC (permalink / raw)
To: buildroot
The following changes since commit c8530262260fee4b475ccca1ae04eb28433fc4eb:
Thomas Petazzoni (1):
toolchain: fix again stamp file touch
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot for-2011.02/bump-uboot
Thomas Petazzoni (1):
u-boot: add support for version 2010.12
boot/u-boot/Config.in | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] u-boot: add support for version 2010.12
2010-12-24 17:21 [Buildroot] [pull request] Pull request for branch for-2011.02/bump-uboot Thomas Petazzoni
@ 2010-12-24 17:21 ` Thomas Petazzoni
2010-12-25 22:26 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2010-12-24 17:21 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
boot/u-boot/Config.in | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index 86c656d..60aeb1a 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -12,10 +12,13 @@ config BR2_TARGET_UBOOT_BOARDNAME
choice
prompt "U-Boot Version"
- default BR2_TARGET_UBOOT_2010_09
+ default BR2_TARGET_UBOOT_2010_12
help
Select the specific U-Boot version you want to use
+config BR2_TARGET_UBOOT_2010_12
+ bool "2010.12"
+
config BR2_TARGET_UBOOT_2010_09
bool "2010.09"
@@ -45,6 +48,7 @@ endif
config BR2_TARGET_UBOOT_VERSION
string
+ default "2010.12" if BR2_TARGET_UBOOT_2010_12
default "2010.09" if BR2_TARGET_UBOOT_2010_09
default "2010.06" if BR2_TARGET_UBOOT_2010_06
default "2010.03" if BR2_TARGET_UBOOT_2010_03
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] u-boot: add support for version 2010.12
2010-12-24 17:21 ` [Buildroot] [PATCH 1/1] u-boot: add support for version 2010.12 Thomas Petazzoni
@ 2010-12-25 22:26 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-12-25 22:26 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-25 22:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-24 17:21 [Buildroot] [pull request] Pull request for branch for-2011.02/bump-uboot Thomas Petazzoni
2010-12-24 17:21 ` [Buildroot] [PATCH 1/1] u-boot: add support for version 2010.12 Thomas Petazzoni
2010-12-25 22:26 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox