deebba82d9
The px30 evb is an evaluation board for the px30 together with a dsi- connected display. This adds board and config files for it. Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
if TARGET_EVB_PX30
|
|
|
|
config SYS_BOARD
|
|
default "evb_px30"
|
|
|
|
config SYS_VENDOR
|
|
default "rockchip"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "evb_px30"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|