diff options
author | Vanessa Maegima <vanessa.maegima@nxp.com> | 2017-06-29 09:33:46 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-07-12 09:44:22 +0200 |
commit | d7c11502dfc5bb82d2321c95732481dc73e103bb (patch) | |
tree | d1676569166e0cdf4c873c793684023d9e382b6b /board/freescale/mx6qsabreauto/MAINTAINERS | |
parent | 823dff9d02b8a7801b8dc71d9b081367ad8490c9 (diff) |
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>
Diffstat (limited to 'board/freescale/mx6qsabreauto/MAINTAINERS')
-rw-r--r-- | board/freescale/mx6qsabreauto/MAINTAINERS | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/freescale/mx6qsabreauto/MAINTAINERS b/board/freescale/mx6qsabreauto/MAINTAINERS deleted file mode 100644 index f148dace13..0000000000 --- a/board/freescale/mx6qsabreauto/MAINTAINERS +++ /dev/null @@ -1,9 +0,0 @@ -MX6QSABREAUTO BOARD -M: Fabio Estevam <fabio.estevam@nxp.com> -M: Peng Fan <peng.fan@nxp.com> -S: Maintained -F: board/freescale/mx6qsabreauto/ -F: include/configs/mx6qsabreauto.h -F: configs/mx6dlsabreauto_defconfig -F: configs/mx6qsabreauto_defconfig -F: configs/mx6qpsabreauto_defconfig |