diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2017-03-14 01:41:36 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-19 16:30:11 (GMT) |
commit | 7966b43778f2556ecbda2275f1296934071224b2 (patch) | |
tree | 3bdc4bd6e10603bb0d6cc5aa79ed896316d7e6a7 /board/phytec/pcm052/Kconfig | |
parent | f3a8546b8f1b24efbf7a5878ec915d69c5082cf1 (diff) | |
download | u-boot-7966b43778f2556ecbda2275f1296934071224b2.tar.xz |
ARM: vf610: move to standard arch/board approach
Move Freescale/NXP Vybrid to a standard arch/board approach, similar
to what has been done to i.MX 6 earlier in commit 89ebc82137be ("ARM:
mx6: move to a standard arch/board approach").
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'board/phytec/pcm052/Kconfig')
-rw-r--r-- | board/phytec/pcm052/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/phytec/pcm052/Kconfig b/board/phytec/pcm052/Kconfig index 212f994..4fde21c 100644 --- a/board/phytec/pcm052/Kconfig +++ b/board/phytec/pcm052/Kconfig @@ -6,9 +6,6 @@ config SYS_BOARD config SYS_VENDOR default "phytec" -config SYS_SOC - default "vf610" - config SYS_CONFIG_NAME default "pcm052" @@ -26,9 +23,6 @@ config SYS_BOARD config SYS_VENDOR default "phytec" -config SYS_SOC - default "vf610" - config SYS_CONFIG_NAME default "bk4r1" |