diff options
author | 2016-03-03 15:57:18 +0100 | |
---|---|---|
committer | 2016-03-03 17:42:14 +0100 | |
commit | 85721034ae475e72144209f4dbc50be3567f7a32 (patch) | |
tree | f483fb8e418b1a47e239b52c29bd028deec7fab8 /configs/nitrogen7_defconfig | |
parent | c753aa226d7dcbd019462a5bacfc41df5cbc721f (diff) | |
download | buildroot-85721034ae475e72144209f4dbc50be3567f7a32.tar.gz buildroot-85721034ae475e72144209f4dbc50be3567f7a32.tar.bz2 |
board/boundarydevices: rename folder and update readme
It didn't make sense to keep the U-Boot scripts and post build/image
scripts under the nitrogen6x folder since they apply for all our
platforms.
Also update the readme.txt to make it clearer which defconfig should
be used depending on the platform targeted.
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/nitrogen7_defconfig')
-rw-r--r-- | configs/nitrogen7_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/nitrogen7_defconfig b/configs/nitrogen7_defconfig index 91529e82fc..d8c39752b4 100644 --- a/configs/nitrogen7_defconfig +++ b/configs/nitrogen7_defconfig @@ -5,8 +5,8 @@ BR2_cortex_a7=y # system BR2_TARGET_GENERIC_GETTY=y BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" -BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/nitrogen6x/post-build.sh" -BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/nitrogen6x/post-image.sh" +BR2_ROOTFS_POST_BUILD_SCRIPT="board/boundarydevices/common/post-build.sh" +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/boundarydevices/common/post-image.sh" BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_UBOOT_TOOLS=y |