diff options
author | Andre Heider <a.heider@gmail.com> | 2019-09-06 22:53:23 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-11-20 10:46:19 +0100 |
commit | 1f37b2226ed3f5142906cdabd50e94d77e30505b (patch) | |
tree | f698846e6c2b8d4cf10e7e345317e37fa85d683f /target/linux/omap/image/Makefile | |
parent | b69df1eee0eb4618355d5ea4d0cdb4553475c4b7 (diff) | |
download | upstream-1f37b2226ed3f5142906cdabd50e94d77e30505b.tar.gz upstream-1f37b2226ed3f5142906cdabd50e94d77e30505b.tar.bz2 upstream-1f37b2226ed3f5142906cdabd50e94d77e30505b.zip |
omap: switch from uEnv.txt to generic distro booting
Which makes supporting different boot devices easy.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'target/linux/omap/image/Makefile')
-rw-r--r-- | target/linux/omap/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |