From 2ac07f75d1977008e829d00bcce16143e171765d Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 26 Feb 2016 00:46:07 -0600 Subject: arm: Add support for LEGO MINDSTORMS EV3 This is based on the davinci da850evm. It can boot from either the on-board 16MB flash or from a microSD card. It also reads board information from an I2C EEPROM. The EV3 itself initally boots from write-protected EEPROM, so no u-boot SPL is needed. Signed-off-by: David Lechner Reviewed-by: Tom Rini --- board/lego/ev3/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/lego/ev3/Kconfig (limited to 'board/lego/ev3/Kconfig') diff --git a/board/lego/ev3/Kconfig b/board/lego/ev3/Kconfig new file mode 100644 index 0000000000..14b3f0c1cf --- /dev/null +++ b/board/lego/ev3/Kconfig @@ -0,0 +1,12 @@ +if TARGET_LEGOEV3 + +config SYS_BOARD + default "ev3" + +config SYS_VENDOR + default "lego" + +config SYS_CONFIG_NAME + default "legoev3" + +endif -- cgit v1.2.3