mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx7d-pico: Add dwarf and nymph configs to U-Boot
Enable U-Boot support for TechNexion PICO-DWARF and PICO-NYMPH baseboards. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
dda00b33c7
commit
f8f2715cdf
|
@ -21,9 +21,11 @@ SPL_BINARY = "SPL"
|
|||
UBOOT_SUFFIX = "img"
|
||||
UBOOT_MAKE_TARGET = ""
|
||||
|
||||
UBOOT_CONFIG ??= "hobbit pi generic"
|
||||
UBOOT_CONFIG ??= "dwarf hobbit nymph pi generic"
|
||||
UBOOT_CONFIG[dwarf] = "pico-dwarf-imx7d_defconfig"
|
||||
UBOOT_CONFIG[generic] = "pico-imx7d_defconfig"
|
||||
UBOOT_CONFIG[hobbit] = "pico-hobbit-imx7d_defconfig"
|
||||
UBOOT_CONFIG[nymph] = "pico-nymph-imx7d_defconfig"
|
||||
UBOOT_CONFIG[pi] = "pico-pi-imx7d_defconfig"
|
||||
|
||||
UBOOT_EXTLINUX = "1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user