diff options
| author | Fabio Estevam <festevam@gmail.com> | 2016-11-06 20:43:27 -0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-07 23:05:34 +0100 |
| commit | e3f6475801067c8d0ef0c90a56a357105c5faa34 (patch) | |
| tree | 02643d2ecf3dbdd2f3d8ea8a7bbc1be057a8e8f6 /board/freescale/common | |
| parent | 177bbf65669cff25eaff5e0dfbf87ae161ab8803 (diff) | |
| download | buildroot-e3f6475801067c8d0ef0c90a56a357105c5faa34.tar.gz buildroot-e3f6475801067c8d0ef0c90a56a357105c5faa34.zip | |
freescale: Create the board/freescale/common/imx/ directory
In order to have a better hierarchy for the genimage scripts used by
NXP mx25, mx51, mx53, mx6, mx7 SoCs, let's place them inside the
board/freescale/common/imx/ directory.
This helps in creating a more natural separation between the mxs scripts
that are placed inside the board/freescale/common/mxs/ directory.
Suggested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/freescale/common')
| -rw-r--r-- | board/freescale/common/imx/genimage.cfg.template (renamed from board/freescale/common/genimage.cfg.template) | 0 | ||||
| -rwxr-xr-x | board/freescale/common/imx/post-image.sh (renamed from board/freescale/common/post-image.sh) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/common/genimage.cfg.template b/board/freescale/common/imx/genimage.cfg.template index acce058b2a..acce058b2a 100644 --- a/board/freescale/common/genimage.cfg.template +++ b/board/freescale/common/imx/genimage.cfg.template diff --git a/board/freescale/common/post-image.sh b/board/freescale/common/imx/post-image.sh index 7d48550a5a..9e4da82dc7 100755 --- a/board/freescale/common/post-image.sh +++ b/board/freescale/common/imx/post-image.sh @@ -35,7 +35,7 @@ main() local GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp" sed -e "s/%FILES%/${FILES}/" \ - board/freescale/common/genimage.cfg.template > ${GENIMAGE_CFG} + board/freescale/common/imx/genimage.cfg.template > ${GENIMAGE_CFG} rm -rf "${GENIMAGE_TMP}" |

