[PATCH] Fix prep boot in linuxppc_2_4_devel
Cort Dougan
cort at fsmlabs.com
Thu Apr 17 03:38:30 EST 2003
This fixes the prep boot code so it will actually create a good SMP boot
image. The wrong variable was being used.
diff -Nru a/arch/ppc/boot/prep/Makefile b/arch/ppc/boot/prep/Makefile
--- a/arch/ppc/boot/prep/Makefile Wed Apr 16 11:37:10 2003
+++ b/arch/ppc/boot/prep/Makefile Wed Apr 16 11:37:10 2003
@@ -19,7 +19,7 @@
TFTPIMAGE = /tftpboot/zImage.prep
ifeq ($(CONFIG_SMP),y)
-TFTPIMAGE = $(TFTPBOOT).smp
+TFTPIMAGE := $(TFTPIMAGE).smp
endif
LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-embedded
mailing list