]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6sabreauto: Update to SPL only mode
authorVanessa Maegima <vanessa.maegima@nxp.com>
Thu, 29 Jun 2017 12:33:46 +0000 (09:33 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Jul 2017 12:05:02 +0000 (09:05 -0300)
commit61131fa4b556964b2cd4561ef789839f4251b34e
tree2bb25509866d93189959165dda0b804c3a422fae
parent07a667be9b3f88c7835c36c125049742e807e41b
mx6sabreauto: Update to SPL only mode

As mx6sabreauto supports SPL now, all variants can boot using the same
defconfig.

This patch:
- Removes non-SPL targets.
- Renames target to mx6sabreauto_defconfig.
- Renames folder and board files to mx6sabreauto.
- Updates MAINTAINERS, Makefile and Kconfig accordingly.
- Removes .cfg files.
- Adds a README with instructions to build and flash SPL and u-boot.img.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Stefano Babic <sbabic@denx.de>
15 files changed:
arch/arm/cpu/armv7/mx6/Kconfig
board/freescale/mx6qsabreauto/MAINTAINERS [deleted file]
board/freescale/mx6qsabreauto/imximage.cfg [deleted file]
board/freescale/mx6qsabreauto/mx6dl.cfg [deleted file]
board/freescale/mx6qsabreauto/mx6qp.cfg [deleted file]
board/freescale/mx6sabreauto/Kconfig [moved from board/freescale/mx6qsabreauto/Kconfig with 54% similarity]
board/freescale/mx6sabreauto/MAINTAINERS [new file with mode: 0644]
board/freescale/mx6sabreauto/Makefile [moved from board/freescale/mx6qsabreauto/Makefile with 85% similarity]
board/freescale/mx6sabreauto/README [new file with mode: 0644]
board/freescale/mx6sabreauto/mx6sabreauto.c [moved from board/freescale/mx6qsabreauto/mx6qsabreauto.c with 100% similarity]
configs/mx6dlsabreauto_defconfig [deleted file]
configs/mx6qpsabreauto_defconfig [deleted file]
configs/mx6qsabreauto_defconfig [deleted file]
configs/mx6sabreauto_defconfig [moved from configs/mx6qsabreauto_spl_defconfig with 97% similarity]
include/configs/mx6sabreauto.h [moved from include/configs/mx6qsabreauto.h with 94% similarity]