Commit 236a56b2 authored by Tom Rini's avatar Tom Rini

PPC32: Two minor bootwrapper fixes on PReP, from Hollis Blanchard <hollisb@us.ibm.com>.

parent 669337e1
......@@ -15,7 +15,7 @@
TFTPIMAGE := /tftpboot/zImage.prep
ifeq ($(CONFIG_SMP),y)
TFTPIMAGE := $(TFTPBOOT).smp
TFTPIMAGE := $(TFTPIMAGE).smp
endif
boot-y := head.o misc.o
......@@ -47,7 +47,7 @@ zImage.initrd: $(images)/zImage.initrd.prep
$(images)/ramdisk.image.gz:
@echo ' MISSING $@'
@echo ' RAM disk image must be provided separatly'
@echo ' RAM disk image must be provided separately'
@/bin/false
OBJCOPYFLAGS_image.o := \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment