* [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target
@ 2015-09-14 14:18 Peng Fan
2015-09-14 14:18 ` [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig Peng Fan
2015-09-20 7:56 ` [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Stefano Babic
0 siblings, 2 replies; 4+ messages in thread
From: Peng Fan @ 2015-09-14 14:18 UTC (permalink / raw)
To: u-boot
drop select CPU_V7 for board target, since ARCH_MX7 selects CPU_V7.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
arch/arm/cpu/armv7/mx7/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig
index 892ffae..ea19e5c 100644
--- a/arch/arm/cpu/armv7/mx7/Kconfig
+++ b/arch/arm/cpu/armv7/mx7/Kconfig
@@ -13,7 +13,6 @@ choice
config TARGET_MX7DSABRESD
bool "mx7dsabresd"
- select CPU_V7
select DM
select DM_THERMAL
--
1.8.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig
2015-09-14 14:18 [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Peng Fan
@ 2015-09-14 14:18 ` Peng Fan
2015-09-20 7:58 ` Stefano Babic
2015-09-20 7:56 ` [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Stefano Babic
1 sibling, 1 reply; 4+ messages in thread
From: Peng Fan @ 2015-09-14 14:18 UTC (permalink / raw)
To: u-boot
We have defined this kconfig entry in arch/arm/cpu/armv7/mx7/Kconfig,
no need to redefine it in board Kconfig.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
---
board/freescale/mx7dsabresd/Kconfig | 3 ---
1 file changed, 3 deletions(-)
diff --git a/board/freescale/mx7dsabresd/Kconfig b/board/freescale/mx7dsabresd/Kconfig
index d7c6ae4..c6a969c 100644
--- a/board/freescale/mx7dsabresd/Kconfig
+++ b/board/freescale/mx7dsabresd/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
config SYS_VENDOR
default "freescale"
-config SYS_SOC
- default "mx7"
-
config SYS_CONFIG_NAME
default "mx7dsabresd"
--
1.8.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target
2015-09-14 14:18 [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Peng Fan
2015-09-14 14:18 ` [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig Peng Fan
@ 2015-09-20 7:56 ` Stefano Babic
1 sibling, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2015-09-20 7:56 UTC (permalink / raw)
To: u-boot
On 14/09/2015 16:18, Peng Fan wrote:
> drop select CPU_V7 for board target, since ARCH_MX7 selects CPU_V7.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig
2015-09-14 14:18 ` [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig Peng Fan
@ 2015-09-20 7:58 ` Stefano Babic
0 siblings, 0 replies; 4+ messages in thread
From: Stefano Babic @ 2015-09-20 7:58 UTC (permalink / raw)
To: u-boot
Hi Peng,
On 14/09/2015 16:18, Peng Fan wrote:
> We have defined this kconfig entry in arch/arm/cpu/armv7/mx7/Kconfig,
> no need to redefine it in board Kconfig.
>
Fixed "drom" in commit message with "drop".
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-09-20 7:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 14:18 [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Peng Fan
2015-09-14 14:18 ` [U-Boot] [PATCH 2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig Peng Fan
2015-09-20 7:58 ` Stefano Babic
2015-09-20 7:56 ` [U-Boot] [PATCH 1/2] imx: mx7: drop select CPU_V7 for board target Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox