14964dd372
Add a minimal infrastructure which initializes the system clocks and serial console. Change-Id: I768ede6ccf8674ffe9fecd8925cec89768209cab Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/4553 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
18 lines
281 B
Text
18 lines
281 B
Text
if VENDOR_CUBIETECH
|
|
|
|
# Auto select common options
|
|
choice
|
|
prompt "Mainboard model"
|
|
|
|
config BOARD_CUBIETECH_CUBIEBOARD
|
|
bool "Cubieboard"
|
|
|
|
endchoice
|
|
|
|
source "src/mainboard/cubietech/cubieboard/Kconfig"
|
|
|
|
config MAINBOARD_VENDOR
|
|
string
|
|
default "Cubietech"
|
|
|
|
endif # VENDOR_CUBIETECH
|