Enable DT overlay support: - add dt-overlay to board features - add DEVICE_DTS_OVERLAYS - update the boot script to resize before applying each overlay Signed-off-by: Tim Harvey <tharvey@gateworks.com> Link: https://github.com/openwrt/openwrt/pull/19189 Signed-off-by: Robert Marko <robimarko@gmail.com>
9 lines
219 B
Makefile
9 lines
219 B
Makefile
ARCH:=aarch64
|
|
BOARDNAME:=NXP i.MX with Cortex-A53 (ARM64)
|
|
CPU_TYPE:=cortex-a53
|
|
KERNELNAME:=Image dtbs
|
|
FEATURES+=dt-overlay
|
|
|
|
define Target/Description
|
|
Build firmware images for NXP i.MX (Cortex-A53) based boards.
|
|
endef
|