diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2014-09-23 15:28:31 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-24 10:15:25 +0200 |
| commit | ef9b4fb5c28bca14ce53d495e3af4e83023c1cc4 (patch) | |
| tree | efdf0bc641e62b41de99917ad4d1831f5199866f /configs | |
| parent | 4e68d91a8bb4bb2965cb0a1e0f88e2590867e246 (diff) | |
nitrogen6x_defconfig: bump u-boot version
To the 2014.07 release. For furture details, see:
http://boundarydevices.com/u-boot-2014-07-release-mx6-boards/
Also update our 6x_upgrade script to the version from that page so the
entire SPI flash gets erased (otherwise it fails on big u-boot builds) and
document how to perform the upgrade.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
u-boot fixup
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/nitrogen6x_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index 5e5b91eee..245d3d841 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -16,7 +16,7 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="nitrogen6q" BR2_TARGET_UBOOT_FORMAT_IMX=y BR2_TARGET_UBOOT_CUSTOM_TARBALL=y -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/63ae4a5/u-boot-63ae4a5.tar.gz" +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-boot-imx6/tarball/f870252/u-boot-f870252.tar.gz" # kernel BR2_LINUX_KERNEL=y |
