mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
imx6ul-pico: Add dwarf config to U-Boot
Enable U-Boot support for TechNexion PICO-DWARF baseboard. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
ca9029c944
commit
dda00b33c7
|
@ -21,7 +21,8 @@ SPL_BINARY = "SPL"
|
||||||
UBOOT_SUFFIX = "img"
|
UBOOT_SUFFIX = "img"
|
||||||
UBOOT_MAKE_TARGET = ""
|
UBOOT_MAKE_TARGET = ""
|
||||||
|
|
||||||
UBOOT_CONFIG ??= "hobbit pi generic"
|
UBOOT_CONFIG ??= "dwarf hobbit pi generic"
|
||||||
|
UBOOT_CONFIG[dwarf] = "pico-dwarf-imx6ul_defconfig"
|
||||||
UBOOT_CONFIG[generic] = "pico-imx6ul_defconfig"
|
UBOOT_CONFIG[generic] = "pico-imx6ul_defconfig"
|
||||||
UBOOT_CONFIG[hobbit] = "pico-hobbit-imx6ul_defconfig"
|
UBOOT_CONFIG[hobbit] = "pico-hobbit-imx6ul_defconfig"
|
||||||
UBOOT_CONFIG[pi] = "pico-pi-imx6ul_defconfig"
|
UBOOT_CONFIG[pi] = "pico-pi-imx6ul_defconfig"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user