From 7e9291720d2b8b6c2f6ea494f7a3c42a875dbc73 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Mon, 11 Aug 2014 10:18:41 +0200 Subject: Update aristainetos board to Kconfig aristainetos board was merged in u-boot-imx before Kconfig was integrated, but it is not yet mainline. Signed-off-by: Stefano Babic CC: Heiko Schocher Acked-by: Heiko Schocher --- board/aristainetos/Kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 board/aristainetos/Kconfig (limited to 'board/aristainetos/Kconfig') diff --git a/board/aristainetos/Kconfig b/board/aristainetos/Kconfig new file mode 100644 index 0000000..58078ea --- /dev/null +++ b/board/aristainetos/Kconfig @@ -0,0 +1,19 @@ +if TARGET_ARISTAINETOS + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "aristainetos" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "aristainetos" + +endif -- cgit v1.1