summaryrefslogtreecommitdiffstats
path: root/configs/nitrogen6x_defconfig
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2015-05-26 10:19:40 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-11 13:04:48 +0200
commit5140658c1a141ba728019c43ab2a6ab6ec81e0ba (patch)
treefda082515ecd962861400764592cc13cd5c73bf5 /configs/nitrogen6x_defconfig
parent82c76fbfe64f2f18a1722e0c441e2f8b4e3ef26a (diff)
downloadbuildroot-5140658c1a141ba728019c43ab2a6ab6ec81e0ba.tar.gz
buildroot-5140658c1a141ba728019c43ab2a6ab6ec81e0ba.zip
board/boundarydevices: rework and update u-boot scripts
Those scripts are executed by u-boot in order to detect the hardware configuration (board, displays etc...), configure the bootargs and device tree accordingly or update the bootloader located in NOR flash. This update is necessary due to the kernel bump to version 3.10.53. The rework consists of replacing the binaries by their text file equivalent and generate the binaries from the post-build.sh script. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/nitrogen6x_defconfig')
-rw-r--r--configs/nitrogen6x_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index d04745d125..71b01f0ced 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -6,6 +6,7 @@ BR2_cortex_a9=y
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh"
+BR2_PACKAGE_HOST_UBOOT_TOOLS=y
# filesystem
BR2_TARGET_ROOTFS_EXT2=y
OpenPOWER on IntegriCloud