mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
62fcd72ef2
MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port, HDMI and a micro-SD card slot. It also includes on-board NAND and 1GB of SDRAM. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
15 lines
190 B
Text
15 lines
190 B
Text
if TARGET_MK808
|
|
|
|
config SYS_BOARD
|
|
default "mk808"
|
|
|
|
config SYS_VENDOR
|
|
default "rikomagic"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mk808"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|