summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorVanessa Maegima <vanessa.maegima@nxp.com>2017-06-29 09:33:46 -0300
committerStefano Babic <sbabic@denx.de>2017-07-12 09:44:22 +0200
commitd7c11502dfc5bb82d2321c95732481dc73e103bb (patch)
treed1676569166e0cdf4c873c793684023d9e382b6b /include/configs
parent823dff9d02b8a7801b8dc71d9b081367ad8490c9 (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 'include/configs')
-rw-r--r--include/configs/mx6sabreauto.h (renamed from include/configs/mx6qsabreauto.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx6qsabreauto.h b/include/configs/mx6sabreauto.h
index 99b48ca220..fd0d5ce063 100644
--- a/include/configs/mx6qsabreauto.h
+++ b/include/configs/mx6sabreauto.h
@@ -6,8 +6,8 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#ifndef __MX6QSABREAUTO_CONFIG_H
-#define __MX6QSABREAUTO_CONFIG_H
+#ifndef __MX6SABREAUTO_CONFIG_H
+#define __MX6SABREAUTO_CONFIG_H
#ifdef CONFIG_SPL
#include "imx6_spl.h"
@@ -76,4 +76,4 @@
#define CONFIG_POWER_PFUZE100
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
-#endif /* __MX6QSABREAUTO_CONFIG_H */
+#endif /* __MX6SABREAUTO_CONFIG_H */