projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f05f452
)
imx: mx7dsabresd: drop SYS_SOC from board Kconfig
author
Peng Fan
<Peng.Fan@freescale.com>
Mon, 14 Sep 2015 14:18:34 +0000
(22:18 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Sun, 20 Sep 2015 07:57:00 +0000
(09:57 +0200)
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
patch
|
blob
|
history
diff --git
a/board/freescale/mx7dsabresd/Kconfig
b/board/freescale/mx7dsabresd/Kconfig
index d7c6ae41fd0bb9197500cbab150a8773c5be5c5f..c6a969ca67ffaa7a171e2f359e592d2b354162af 100644
(file)
--- 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"