diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-09-14 22:18:34 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-20 09:57:00 +0200 |
commit | 8e4ba5e0ff02fb7932cb4d9971f88c9a35a31902 (patch) | |
tree | deb3400f5edc7a91e51888e25ce1f19075262270 /board/freescale | |
parent | f05f4528f2b2c88b46cde13d36e79bb292ea3f5a (diff) | |
download | u-boot-imx-8e4ba5e0ff02fb7932cb4d9971f88c9a35a31902.zip u-boot-imx-8e4ba5e0ff02fb7932cb4d9971f88c9a35a31902.tar.gz u-boot-imx-8e4ba5e0ff02fb7932cb4d9971f88c9a35a31902.tar.bz2 |
imx: mx7dsabresd: drop SYS_SOC from board Kconfig
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>
Diffstat (limited to 'board/freescale')
-rw-r--r-- | board/freescale/mx7dsabresd/Kconfig | 3 |
1 files changed, 0 insertions, 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" |