summaryrefslogtreecommitdiffstats
path: root/images/Makefile.bcm283x
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile.bcm283x')
-rw-r--r--images/Makefile.bcm283x12
1 files changed, 6 insertions, 6 deletions
diff --git a/images/Makefile.bcm283x b/images/Makefile.bcm283x
index d14e648926..9199f153dc 100644
--- a/images/Makefile.bcm283x
+++ b/images/Makefile.bcm283x
@@ -2,14 +2,14 @@
# barebox image generation Makefile for BCM283x images
#
-pblx-$(CONFIG_MACH_RPI) += start_raspberry_pi1
-FILE_barebox-raspberry-pi-1.img = start_raspberry_pi1.pblx
+pblb-$(CONFIG_MACH_RPI) += start_raspberry_pi1
+FILE_barebox-raspberry-pi-1.img = start_raspberry_pi1.pblb
image-$(CONFIG_MACH_RPI) += barebox-raspberry-pi-1.img
-pblx-$(CONFIG_MACH_RPI2) += start_raspberry_pi2
-FILE_barebox-raspberry-pi-2.img = start_raspberry_pi2.pblx
+pblb-$(CONFIG_MACH_RPI2) += start_raspberry_pi2
+FILE_barebox-raspberry-pi-2.img = start_raspberry_pi2.pblb
image-$(CONFIG_MACH_RPI2) += barebox-raspberry-pi-2.img
-pblx-$(CONFIG_MACH_RPI3) += start_raspberry_pi3
-FILE_barebox-raspberry-pi-3.img = start_raspberry_pi3.pblx
+pblb-$(CONFIG_MACH_RPI3) += start_raspberry_pi3
+FILE_barebox-raspberry-pi-3.img = start_raspberry_pi3.pblb
image-$(CONFIG_MACH_RPI3) += barebox-raspberry-pi-3.img \ No newline at end of file