mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
47b4c228b5
kylin board use rk3036 SOC, 512M sdram, 8G emmc. This add some basic files required to allow the board to output serial message and can run command(mmc info etc). Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
15 lines
207 B
Text
15 lines
207 B
Text
if TARGET_KYLIN_RK3036
|
|
|
|
config SYS_BOARD
|
|
default "kylin_rk3036"
|
|
|
|
config SYS_VENDOR
|
|
default "kylin"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kylin_rk3036"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|