mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 18:43:27 +08:00
466a9ea2a1
Initial commit of Librem5 u-boot and SPL Signed-off-by: Angus Ainslie <angus@akkea.ca> Co-developed-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Fabio Estevam <festevam@denx.de>
16 lines
217 B
Plaintext
16 lines
217 B
Plaintext
if TARGET_LIBREM5
|
|
|
|
config SYS_BOARD
|
|
default "librem5"
|
|
|
|
config SYS_VENDOR
|
|
default "purism"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "librem5"
|
|
|
|
config IMX_CONFIG
|
|
default "board/purism/librem5/imximage-8mq-lpddr4.cfg"
|
|
|
|
endif
|