boards/freescale/common: Introduce genimage.cfg.template_no_boot_part_spl
authorJoris Offouga <offougajoris@gmail.com>
Mon, 10 Jun 2019 19:41:42 +0000 (21:41 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 10 Jun 2019 21:36:37 +0000 (23:36 +0200)
commitcc1761790fdef8802a70f83c889f47193a3e0ed0
treeff5aa6eaa4174369f8bdd15e5747d481f1144428
parent947b625bb6b57bcaad1f1f11a984cbdd3328962c
boards/freescale/common: Introduce genimage.cfg.template_no_boot_part_spl

Modern U-Boot assumes a layout where the first partition is an ext2 and
the kernel and dtb can be found in /boot. In other words, a layout
without boot partition.

Add a genimage.cfg template for the freescale defconfigs with such a
layout.

For now, only the layout with SPL+u-boot.img is added. It's unlikely that
the u-boot.imx approach will be used.

Signed-off-by: Joris Offouga <offougajoris@gmail.com>
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Tested-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
board/freescale/common/imx/genimage.cfg.template_no_boot_part_spl [new file with mode: 0644]
board/freescale/common/imx/post-image.sh