mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-20 18:23:25 +08:00
b24a8ec15c
evb_rk3229 is a RK3229 based board, with: - 8GB eMMC; - 1GB DDR SDRAM; - 2 USB2.0 HOST port; - 1 MAC port; - 1 HDMI port; - IR; - WiFi; Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
16 lines
204 B
Plaintext
16 lines
204 B
Plaintext
if TARGET_EVB_RK3229
|
|
|
|
config SYS_BOARD
|
|
default "evb_rk3229"
|
|
|
|
config SYS_VENDOR
|
|
default "rockchip"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "evb_rk3229"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|