mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
3562936373
Revert commit 7a2c1b13
which dropped OpenRD boards.
Assume maintainership of OpenRD.
Remove OpenRD from scrapyard.
Switch OpenRD to generic board.
Switch to Thumb build.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
12 lines
140 B
Text
12 lines
140 B
Text
if TARGET_OPENRD
|
|
|
|
config SYS_BOARD
|
|
default "openrd"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "openrd"
|
|
|
|
endif
|