change broadcom submodule path from git to http

This commit is contained in:
hathach
2021-11-02 18:17:59 +07:00
parent 4431ced598
commit 1046786acf
2 changed files with 3 additions and 2 deletions
+2
View File
@@ -43,5 +43,7 @@ SRC_S += $(MCU_DIR)/broadcom/boot.S
$(BUILD)/kernel8.img: $(BUILD)/$(PROJECT).elf
$(OBJCOPY) -O binary $^ $@
# Copy to kernel to netboot drive or SD card
# Change destinaation to fit your need
flash: $(BUILD)/kernel8.img
@$(CP) $< /home/$(USER)/Documents/code/pi4_tinyusb/boot_cpy