aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xarch/powerpc/boot/wrapper4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper
index ac16e9984ecb..2e1af74a64be 100755
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
@@ -147,6 +147,10 @@ link_address='0x400000'
147make_space=y 147make_space=y
148 148
149case "$platform" in 149case "$platform" in
150of)
151 platformo="$object/of.o $object/epapr.o"
152 make_space=n
153 ;;
150pseries) 154pseries)
151 platformo="$object/of.o $object/epapr.o" 155 platformo="$object/of.o $object/epapr.o"
152 link_address='0x4000000' 156 link_address='0x4000000'