[PATCH, RFC]
Grant Likely
grant.likely at secretlab.ca
Sat Mar 7 06:45:30 EST 2009
On Fri, Mar 6, 2009 at 11:40 AM, Josh Boyer <jwboyer at linux.vnet.ibm.com> wrote:
> On Fri, Mar 06, 2009 at 10:41:48AM -0700, Eddie Dawydiuk wrote:
>> @@ -214,8 +214,12 @@
>> platformo="$object/simpleboot.o $object/virtex.o"
>> binary=y
>> ;;
>> +simpleboot-yosemite)
>> + platformo="$object/fixed-head.o $object/simpleboot.o
>> $object/simpleboot-yosemite.o"
>> + binary=y
>> + ;;
>> simpleboot-*)
>> - platformo="$object/simpleboot.o"
>> + platformo="$object/fixed-head.o $object/simpleboot.o"
>
> Does this break other boards, or should it have always been there?
This probably should have always been there. Same for the simpleboot
virtex targets, but I'll need to test to be sure.
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
More information about the Linuxppc-dev
mailing list