[Cbe-oss-dev] [FYI 4/27] ps3: force romboot fixup
Geoff Levand
geoffrey.levand at am.sony.com
Wed Nov 29 15:36:49 EST 2006
Michael Ellerman wrote:
>> --- cell--common--7.orig/arch/powerpc/kernel/head_64.S
>> +++ cell--common--7/arch/powerpc/kernel/head_64.S
>> @@ -80,7 +80,11 @@
>> _GLOBAL(__start)
>> /* NOP this out unconditionally */
>> BEGIN_FTR_SECTION
>> +#if defined(CONFIG_PPC_PS3)
>> + b .__start_initialization_ps3
>> +#else
>> b .__start_initialization_multiplatform
>> +#endif
>
> Why is that necessary?
For testing, to use the compiled in device tree, not the
one passed by the bootloader.
-Geoff
More information about the cbe-oss-dev
mailing list