diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-15 19:24:25 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-15 19:24:25 -0500 |
commit | 1e7342e7789fa2ca9202701467428726cbcfd649 (patch) | |
tree | e0ad000924e9875bd2ea17bd0e04382491765a09 /arch/powerpc/boot/wrapper | |
parent | 78c5c68a4cf4329d17abfa469345ddf323d4fd62 (diff) | |
parent | 228d55053397e6d5325ca179c7ffe331de2846d3 (diff) |
Merge remote-tracking branch 'jwb/next' into next
Conflicts:
arch/powerpc/platforms/40x/ppc40x_simple.c
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 14cd4bca8b8a..eb78e437ec1b 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -244,6 +244,9 @@ gamecube|wii) | |||
244 | link_address='0x600000' | 244 | link_address='0x600000' |
245 | platformo="$object/$platform-head.o $object/$platform.o" | 245 | platformo="$object/$platform-head.o $object/$platform.o" |
246 | ;; | 246 | ;; |
247 | treeboot-currituck) | ||
248 | link_address='0x1000000' | ||
249 | ;; | ||
247 | treeboot-iss4xx-mpic) | 250 | treeboot-iss4xx-mpic) |
248 | platformo="$object/treeboot-iss4xx.o" | 251 | platformo="$object/treeboot-iss4xx.o" |
249 | ;; | 252 | ;; |