mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 23:53:33 +08: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>
16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
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
|