From 1f37b2226ed3f5142906cdabd50e94d77e30505b Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Fri, 6 Sep 2019 22:53:23 +0200 Subject: omap: switch from uEnv.txt to generic distro booting Which makes supporting different boot devices easy. Signed-off-by: Andre Heider --- target/linux/omap/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/linux/omap/image/Makefile b/target/linux/omap/image/Makefile index ce3ad9ddf0..106071a38e 100644 --- a/target/linux/omap/image/Makefile +++ b/target/linux/omap/image/Makefile @@ -19,7 +19,7 @@ define Build/omap-sdcard mcopy -i $@.boot $(STAGING_DIR_IMAGE)/$(DEVICE_NAME)/MLO ::MLO mcopy -i $@.boot $(STAGING_DIR_IMAGE)/$(DEVICE_NAME)/u-boot.img ::u-boot.img - mcopy -i $@.boot $(STAGING_DIR_IMAGE)/$(DEVICE_NAME)/uEnv.txt ::uEnv.txt + mcopy -i $@.boot $(STAGING_DIR_IMAGE)/$(DEVICE_NAME)/boot.scr ::boot.scr mmd -i $@.boot ::/dtbs mcopy -i $@.boot $(DTS_DIR)/$(DEVICE_DTS).dtb ::/dtbs/$(DEVICE_DTS).dtb mcopy -i $@.boot $(IMAGE_KERNEL) ::/zImage -- cgit v1.2.3