ccimx8mn: add support for QUAD overlay
Signed-off-by: Francisco Gil Martinez <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
1306bbd3ee
commit
9249c60c88
|
|
@ -16,6 +16,7 @@ UBOOT_DTB_NAME = "ccimx8mn-dvk.dtb"
|
|||
|
||||
KERNEL_DEVICETREE ?= " \
|
||||
digi/ccimx8mn_ov_bt.dtbo \
|
||||
digi/ccimx8mn_ov_quad.dtbo \
|
||||
digi/ccimx8mn_ov_v1.dtbo \
|
||||
digi/ccimx8mn_ov_wifi.dtbo \
|
||||
digi/ccimx8mn-dvk.dtb \
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@ if test -n "${module_ram}"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# Apply quad overlay if the SOC type is "imx8mn"
|
||||
if test "${soc_type}" = "imx8mn"; then
|
||||
setenv overlays ccimx8mn_ov_quad.dtbo,${overlays}
|
||||
fi
|
||||
|
||||
# Get the UUID of the configured boot partition.
|
||||
part uuid mmc ${mmcbootdev}:${mmcpart} bootpart
|
||||
# Check the boot source.
|
||||
|
|
|
|||
Loading…
Reference in New Issue