mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
2ac07f75d1
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 <david@lechnology.com> Reviewed-by: Tom Rini <trini@konsulko.com>
12 lines
136 B
Text
12 lines
136 B
Text
if TARGET_LEGOEV3
|
|
|
|
config SYS_BOARD
|
|
default "ev3"
|
|
|
|
config SYS_VENDOR
|
|
default "lego"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "legoev3"
|
|
|
|
endif
|