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>
This commit is contained in:
committed by
Alexander Couzens
parent
b69df1eee0
commit
1f37b2226e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user