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 @@ ...@@ -15,7 +15,7 @@
TFTPIMAGE := /tftpboot/zImage.prep TFTPIMAGE := /tftpboot/zImage.prep
ifeq ($(CONFIG_SMP),y) ifeq ($(CONFIG_SMP),y)
TFTPIMAGE := $(TFTPBOOT).smp TFTPIMAGE := $(TFTPIMAGE).smp
endif endif
boot-y := head.o misc.o boot-y := head.o misc.o
...@@ -47,7 +47,7 @@ zImage.initrd: $(images)/zImage.initrd.prep ...@@ -47,7 +47,7 @@ zImage.initrd: $(images)/zImage.initrd.prep
$(images)/ramdisk.image.gz: $(images)/ramdisk.image.gz:
@echo ' MISSING $@' @echo ' MISSING $@'
@echo ' RAM disk image must be provided separatly' @echo ' RAM disk image must be provided separately'
@/bin/false @/bin/false
OBJCOPYFLAGS_image.o := \ 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