summaryrefslogtreecommitdiff
path: root/configs/nitrogen6x_defconfig
diff options
context:
space:
mode:
authorGary Bisson <gary.bisson@boundarydevices.com>2016-03-03 15:57:18 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-03-03 17:42:14 +0100
commit85721034ae475e72144209f4dbc50be3567f7a32 (patch)
treef483fb8e418b1a47e239b52c29bd028deec7fab8 /configs/nitrogen6x_defconfig
parentc753aa226d7dcbd019462a5bacfc41df5cbc721f (diff)
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/nitrogen6x_defconfig')
-rw-r--r--configs/nitrogen6x_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig
index d8da188cd..7b9598833 100644
--- a/configs/nitrogen6x_defconfig
+++ b/configs/nitrogen6x_defconfig
@@ -5,8 +5,8 @@ BR2_cortex_a9=y
# system
BR2_TARGET_GENERIC_GETTY=y
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc1"
-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