diff options
author | 2018-01-05 15:39:47 +0100 | |
---|---|---|
committer | 2018-01-07 15:48:56 +0100 | |
commit | 505ae63b60ffa14789512511fdec30cb9a10bfda (patch) | |
tree | 74f7462fba655357fb47bc76e1f15798c6bf16fc /configs/nitrogen7_defconfig | |
parent | 8484084dcbea9a08365c150e3a59f15c73882f1b (diff) | |
download | buildroot-505ae63b60ffa14789512511fdec30cb9a10bfda.tar.gz buildroot-505ae63b60ffa14789512511fdec30cb9a10bfda.tar.bz2 |
configs: nitrogen*: bump u-boot version to 2017.07
Also include new boot scripts to match standard distro uboot commands.
Our previous 6x_bootscript and 6x_upgrade used custom variables and
their naming don't make sense now that we target more than i.MX6 CPU.
Therefore those old scripts are marked as legacy and kept for now but
the goal is to deprecate and remove them later.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/nitrogen7_defconfig')
-rw-r--r-- | configs/nitrogen7_defconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig index 3b50828bce..fa8f36c631 100644 --- a/configs/nitrogen7_defconfig +++ b/configs/nitrogen7_defconfig @@ -21,11 +21,14 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_9=y # bootloader BR2_TARGET_UBOOT=y -BR2_TARGET_UBOOT_BOARDNAME="nitrogen7" -BR2_TARGET_UBOOT_FORMAT_IMX=y +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y BR2_TARGET_UBOOT_CUSTOM_TARBALL=y -# Last version of branch boundary-v2017.03 -BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/4280a700.tar.gz" +# Last version of branch boundary-v2017.07 +BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="https://github.com/boundarydevices/u-boot-imx6/archive/1530219d.tar.gz" +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nitrogen7" +BR2_TARGET_UBOOT_FORMAT_IMX=y +BR2_TARGET_UBOOT_BOOT_SCRIPT=y +BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/boundarydevices/common/boot.cmd" # kernel BR2_LINUX_KERNEL=y |