]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/mach-imx/mx6/Kconfig
mx6sabreauto: Update to SPL only mode
authorVanessa Maegima <vanessa.maegima@nxp.com>
Thu, 29 Jun 2017 12:33:46 +0000 (09:33 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 12 Jul 2017 07:44:22 +0000 (09:44 +0200)
commitd7c11502dfc5bb82d2321c95732481dc73e103bb
treed1676569166e0cdf4c873c793684023d9e382b6b
parent823dff9d02b8a7801b8dc71d9b081367ad8490c9
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]