1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Revert DMA zone patch because there is problems with USB

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-18 07:33:41 +02:00
parent f3cd746986
commit bcf23124cf
2 changed files with 2 additions and 28 deletions

View file

@ -30,12 +30,12 @@ define Build/boot-common
mcopy -i $@.boot $(IMAGE_KERNEL) ::$(KERNEL_IMG)
$(foreach dts,$(shell echo $(DEVICE_DTS)),mcopy -i $@.boot $(DTS_DIR)/$(dts).dtb ::;)
mmd -i $@.boot ::/overlays
mcopy -i $@.boot cmdline.txt ::
mcopy -i $@.boot $(DTS_DIR)/overlays/*.dtbo ::/overlays/
mcopy -i $@.boot $(DTS_DIR)/overlays/README ::/overlays/
endef
define Build/boot-not4
mcopy -i $@.boot cmdline.txt ::
mcopy -i $@.boot config.txt ::
endef
@ -58,6 +58,7 @@ define Build/boot-2711
endef
define Build/boot-2711-64
mcopy -i $@.boot cmdline64.txt ::cmdline.txt
mcopy -i $@.boot config64.txt ::config.txt
endef