Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
236a56b2
Commit
236a56b2
authored
Sep 11, 2003
by
Tom Rini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PPC32: Two minor bootwrapper fixes on PReP, from Hollis Blanchard <hollisb@us.ibm.com>.
parent
669337e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/ppc/boot/prep/Makefile
arch/ppc/boot/prep/Makefile
+2
-2
No files found.
arch/ppc/boot/prep/Makefile
View file @
236a56b2
...
...
@@ -15,7 +15,7 @@
TFTPIMAGE
:=
/tftpboot/zImage.prep
ifeq
($(CONFIG_SMP),y)
TFTPIMAGE
:=
$(TFTP
BOOT
)
.smp
TFTPIMAGE
:=
$(TFTP
IMAGE
)
.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 separat
e
ly'
@
/bin/false
OBJCOPYFLAGS_image.o
:=
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment