diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 01:31:45 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 00:24:29 -0500 |
commit | 6cdd24179d31b5e9beaea01f8ac5a1ba77415e33 (patch) | |
tree | f3128d23707c00b165b90b3b9e8bec9a93218b77 /arch/powerpc/boot/wrapper | |
parent | 7a09116c016611effe7037c8346c5f42a7416718 (diff) |
powerpc: wii: bootwrapper bits
Add support for the Nintendo Wii video game console to the powerpc
bootwrapper.
dtbImage.wii is a wrapped image that contains a flat device tree,
an entry point compatible with the Homebrew Channel and BootMii,
and an optional initrd.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 5b9206f45552..390512ae7f86 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper | |||
@@ -230,7 +230,7 @@ xpedite52*) | |||
230 | link_address='0x1400000' | 230 | link_address='0x1400000' |
231 | platformo=$object/cuboot-85xx.o | 231 | platformo=$object/cuboot-85xx.o |
232 | ;; | 232 | ;; |
233 | gamecube) | 233 | gamecube|wii) |
234 | link_address='0x600000' | 234 | link_address='0x600000' |
235 | platformo="$object/$platform-head.o $object/$platform.o" | 235 | platformo="$object/$platform-head.o $object/$platform.o" |
236 | ;; | 236 | ;; |