Commit 1b4e24e8 authored by Mike Frysinger's avatar Mike Frysinger Committed by Peter Korsgaard
Browse files

u-boot: update default helper tools to 2010.12

parent c1ce30f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ U_BOOT_BOARD_NAME:=$(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
# pick some random stable U-Boot version that will be used just to
# build mkimage.
ifeq ($(U_BOOT_VERSION),)
U_BOOT_VERSION=2010.03
U_BOOT_VERSION=2010.12
endif

ifeq ($(U_BOOT_VERSION),custom)