[PATCH 2/2] powerpc/405ex: support cuImage via included dtb
Josh Boyer
jwboyer at linux.vnet.ibm.com
Fri Aug 21 21:49:51 EST 2009
On Fri, Aug 21, 2009 at 01:41:42PM +0800, tiejun.chen wrote:
>Josh Boyer wrote:
>> On Tue, Aug 18, 2009 at 10:28:04AM +0800, Tiejun Chen wrote:
>>> To support cuImage, we need to initialize the required sections and
>>> ensure that it is built.
>>>
>>> - cuboot-acadia.c cuboot-amigaone.c
>>> + cuboot-acadia.c cuboot-amigaone.c cuboot-kilauea.c
>>> src-boot := $(src-wlib) $(src-plat) empty.c
>>>
>>> src-boot := $(addprefix $(obj)/, $(src-boot))
>>> @@ -192,6 +192,7 @@ image-$(CONFIG_DEFAULT_UIMAGE) += uImage
>>> image-$(CONFIG_EP405) += dtbImage.ep405
>>> image-$(CONFIG_WALNUT) += treeImage.walnut
>>> image-$(CONFIG_ACADIA) += cuImage.acadia
>>> +image-$(CONFIG_KILAUEA) += cuImage.kilauea
>>
>> I'm not thrilled with this part as cuImage is really the secondary
>> solution if the U-Boot that comes with a board if FDT aware. If you
>> have a different board that needs this, perhaps you could add the
>> target when that board support gets upstream?
>>
>
>Agreed and I will remove this line as you expect. Right?
Yep, that sounds right.
josh
More information about the Linuxppc-dev
mailing list