tCorrect firmware paths. - pi3-aoe - ATA over Ethernet setup for Raspberry Pi 3
HTML git clone https://git.parazyd.org/pi3-aoe
DIR Log
DIR Files
DIR Refs
---
DIR commit 430e0abb1730fbcb279383c99c47554717002e7f
DIR parent 9892400136ad2c93740c17fae21c1f45bef2fb07
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 28 Jan 2021 11:42:12 +0100
Correct firmware paths.
Diffstat:
M Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -28,10 +28,10 @@ $(AOE_SRC):
boot/bootcode.bin: $(FIRMWARE_SRC)
mkdir -p boot
- cp $(FIRMWARE_SRC)/start* boot
- cp $(FIRMWARE_SRC)/fixup* boot
- cp $(FIRMWARE_SRC)/LICENCE.broadcom boot
- cp $(FIRMWARE_SRC)/COPYING.linux boot
+ cp $(FIRMWARE_SRC)/boot/start* boot
+ cp $(FIRMWARE_SRC)/boot/fixup* boot
+ cp $(FIRMWARE_SRC)/boot/LICENCE.broadcom boot
+ cp $(FIRMWARE_SRC)/boot/COPYING.linux boot
$(IMAGEGZ): $(KERNEL_SRC)
cp -f pi3.config $(KERNEL_SRC)/.config