[U-Boot] [PATCH v4 31/35] ARM: i.MX6: %s/MX6SABRESD/IMX6SABRESD
Jagan Teki
jagan at openedev.com
Sun Apr 9 06:52:52 UTC 2017
From: Jagan Teki <jagan at amarulasolutions.com>
Rename MX6SABRESD with IMX6SABRESD so-that it can
compatible with Linux i.MX file notations.
Cc: Stefano Babic <sbabic at denx.de>
Cc: Fabio Estevam <fabio.estevam at nxp.com>
Cc: Michael Trimarchi <michael at amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
Changes for v4:
- Newly added patch
arch/arm/cpu/armv7/mx6/Kconfig | 16 ++++++++--------
board/freescale/imx6sabresd/Kconfig | 2 +-
board/freescale/imx6sabresd/MAINTAINERS | 2 +-
configs/imx6dl_sabresd_defconfig | 2 +-
configs/imx6dl_sabresd_spl_defconfig | 2 +-
configs/imx6q_sabresd_defconfig | 2 +-
configs/imx6q_sabresd_spl_defconfig | 2 +-
configs/imx6qp_sabresd_spl_defconfig | 2 +-
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 2987a8c..c7fa6c7 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -141,6 +141,14 @@ config TARGET_GW_VENTANA
bool "gw_ventana"
select SUPPORT_SPL
+config TARGET_IMX6SABRESD
+ bool "imx6sabresd"
+ select BOARD_LATE_INIT
+ select SUPPORT_SPL
+ select DM
+ select DM_THERMAL
+ select BOARD_EARLY_INIT_F
+
config TARGET_KOSAGI_NOVENA
bool "Kosagi Novena"
select BOARD_LATE_INIT
@@ -191,14 +199,6 @@ config TARGET_MX6QSABREAUTO
select DM_THERMAL
select BOARD_EARLY_INIT_F
-config TARGET_MX6SABRESD
- bool "imx6sabresd"
- select BOARD_LATE_INIT
- select SUPPORT_SPL
- select DM
- select DM_THERMAL
- select BOARD_EARLY_INIT_F
-
config TARGET_MX6SLEVK
bool "mx6slevk"
select SUPPORT_SPL
diff --git a/board/freescale/imx6sabresd/Kconfig b/board/freescale/imx6sabresd/Kconfig
index 54eebf0..958b90d 100644
--- a/board/freescale/imx6sabresd/Kconfig
+++ b/board/freescale/imx6sabresd/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_MX6SABRESD
+if TARGET_IMX6SABRESD
config SYS_BOARD
default "imx6sabresd"
diff --git a/board/freescale/imx6sabresd/MAINTAINERS b/board/freescale/imx6sabresd/MAINTAINERS
index e401b54..2042082 100644
--- a/board/freescale/imx6sabresd/MAINTAINERS
+++ b/board/freescale/imx6sabresd/MAINTAINERS
@@ -1,4 +1,4 @@
-MX6SABRESD BOARD
+IMX6SABRESD BOARD
M: Fabio Estevam <fabio.estevam at nxp.com>
S: Maintained
F: include/configs/mx6sabresd.h
diff --git a/configs/imx6dl_sabresd_defconfig b/configs/imx6dl_sabresd_defconfig
index 17df90b..da201fd 100644
--- a/configs/imx6dl_sabresd_defconfig
+++ b/configs/imx6dl_sabresd_defconfig
@@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
-CONFIG_TARGET_MX6SABRESD=y
+CONFIG_TARGET_IMX6SABRESD=y
CONFIG_VIDEO=y
CONFIG_DEFAULT_DEVICE_TREE="imx6dl-sabresd"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL"
diff --git a/configs/imx6dl_sabresd_spl_defconfig b/configs/imx6dl_sabresd_spl_defconfig
index 20dc1e0..f2b3555 100644
--- a/configs/imx6dl_sabresd_spl_defconfig
+++ b/configs/imx6dl_sabresd_spl_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_MX6=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_TARGET_MX6SABRESD=y
+CONFIG_TARGET_IMX6SABRESD=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
diff --git a/configs/imx6q_sabresd_defconfig b/configs/imx6q_sabresd_defconfig
index 6455577..1e311a3 100644
--- a/configs/imx6q_sabresd_defconfig
+++ b/configs/imx6q_sabresd_defconfig
@@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
-CONFIG_TARGET_MX6SABRESD=y
+CONFIG_TARGET_IMX6SABRESD=y
CONFIG_VIDEO=y
CONFIG_DEFAULT_DEVICE_TREE="imx6q-sabresd"
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6q_4x_mt41j128.cfg,MX6Q"
diff --git a/configs/imx6q_sabresd_spl_defconfig b/configs/imx6q_sabresd_spl_defconfig
index 8c7baee..3a666d7 100644
--- a/configs/imx6q_sabresd_spl_defconfig
+++ b/configs/imx6q_sabresd_spl_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_MX6=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_TARGET_MX6SABRESD=y
+CONFIG_TARGET_IMX6SABRESD=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
diff --git a/configs/imx6qp_sabresd_spl_defconfig b/configs/imx6qp_sabresd_spl_defconfig
index 7568329..fc1f3b5 100644
--- a/configs/imx6qp_sabresd_spl_defconfig
+++ b/configs/imx6qp_sabresd_spl_defconfig
@@ -3,7 +3,7 @@ CONFIG_ARCH_MX6=y
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
-CONFIG_TARGET_MX6SABRESD=y
+CONFIG_TARGET_IMX6SABRESD=y
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
--
1.9.1
More information about the U-Boot
mailing list