summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-09-29 15:16:44 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-25 12:36:08 +0200
commit8513ffee43f473e8134fa48755837722926123b0 (patch)
treec65b09c28385f06bfd1f8745c27b5b0374c9b603 /configs
parent2d1ceeba0264c32b782d3a27ffbf532230274efd (diff)
configs/warp7: Use common script for generating boot image
Use the common board/freescale/common/post-image.sh script instead of a custom one. As the final image binary is called "sdcard.img" update the documentation accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/warp7_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 63a959281..31251f464 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -38,7 +38,7 @@ BR2_PACKAGE_WPA_SUPPLICANT=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
# Filesystem
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/warp7/post-image.sh"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/common/post-image.sh"
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y