pico-imx7d: Fix common distro configuration behavior

This sets DISTRO_CONFIG and BOOTCOMMAND, as well as add a `finduuid`
environment helper to allow it to properly work with Yocto Project and
other distributions using extlinux autogenerated configuration files.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2018-06-29 15:19:07 -03:00
committed by Stefano Babic
parent 7bbce215d8
commit 7985987dc4
2 changed files with 6 additions and 8 deletions

View File

@@ -49,6 +49,7 @@
"ramdisk_addr_r=0x83000000\0" \
"ramdiskaddr=0x83000000\0" \
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
"finduuid=part uuid mmc 0:1 uuid\0" \
BOOTENV
#define BOOT_TARGET_DEVICES(func) \