u-boot-brain/board/kosagi/novena/Kconfig
Masahiro Yamada 790f70c725 kconfig: arm: select CPU_V7 for some new boards
This commit adds "select CPU_V7" for some new boards that were not
covered by commit 2e07c249a6
(kconfig: arm: introduce symbol for ARM CPUs).

Redundant "SYS_CPU" defines and "string" directives should be removed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Georges Savoundararadj <savoundg@gmail.com>
2014-11-13 08:37:18 -05:00

16 lines
177 B
Plaintext

if TARGET_KOSAGI_NOVENA
config SYS_BOARD
default "novena"
config SYS_VENDOR
default "kosagi"
config SYS_SOC
default "mx6"
config SYS_CONFIG_NAME
default "novena"
endif