u-boot-brain/board/warp7/Kconfig
Fabio Estevam 47173483a3 warp7: Add initial support
Add the basic support for Warp7 board.

For more information about this reference design, please visit:

https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2016-03-26 14:16:12 +01:00

10 lines
99 B
Plaintext

if TARGET_WARP7
config SYS_BOARD
default "warp7"
config SYS_CONFIG_NAME
default "warp7"
endif