39c8b2c72a
PX30.Core is an EDIMM SOM based on Rockchip PX30 from Engicam. EDIMM2.2 Starter Kit is an EDIMM 2.2 Form Factor Capacitive Evaluation Board from Engicam. PX30.Core needs to mount on top of this Evaluation board for creating complete PX30.Core EDIMM2.2 Starter Kit. Add support for it. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Reviewed-by: Kever Yang<kever.yang@rock-chips.com>
17 lines
223 B
Plaintext
17 lines
223 B
Plaintext
if TARGET_PX30_CORE
|
|
|
|
config SYS_BOARD
|
|
default "px30_core"
|
|
|
|
config SYS_VENDOR
|
|
default "engicam"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "px30_core"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select RAM_PX30_DDR4
|
|
|
|
endif
|