mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx7d-pico: Enable the UBOOT_EXTLINUX support
The U-Boot environment has been reworked to use the common distro configuration, provided by UBOOT_EXTLINUX support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
33cb0b1255
commit
cc89a9b637
|
@ -14,6 +14,9 @@ SERIAL_CONSOLE = "115200 ttymxc4"
|
|||
KERNEL_DEVICETREE = "imx7d-pico-pi.dtb"
|
||||
|
||||
UBOOT_MACHINE = "pico-imx7d_defconfig"
|
||||
UBOOT_EXTLINUX = "1"
|
||||
UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
|
||||
UBOOT_EXTLINUX_CONSOLE = "console=${console},${baudrate}"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
|
|
Loading…
Reference in New Issue
Block a user