diff mbox

[U-Boot,2/2] imx: mx7dsabresd: drom SYS_SOC from board Kconfig

Message ID 1442240314-25748-2-git-send-email-Peng.Fan@freescale.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Peng Fan Sept. 14, 2015, 2:18 p.m. UTC
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(-)

Comments

Stefano Babic Sept. 20, 2015, 7:58 a.m. UTC | #1
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
diff mbox

Patch

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"