[U-Boot] [PATCH 6/6] i.mx: i.mx6q: Add the initial support for i.mx6q ARM2 board

Jason Hui jason.hui at linaro.org
Mon Nov 14 09:59:42 CET 2011


On Sun, Nov 13, 2011 at 3:42 AM, Fabio Estevam <festevam at gmail.com> wrote:
> Hi Jason,
>
> On Sat, Nov 12, 2011 at 8:36 AM, Jason Liu <jason.hui at linaro.org> wrote:
>> +int board_init(void)
>> +{
>> +       /* board id for linux */
>> +       gd->bd->bi_arch_number = MACH_TYPE_MX61_ARD;
>
> Please remove this line and define the mach type in the board header file.

Yes, I think we can remove this definition since i.mx6 will go
devicetree and no need the mach-id now.

>
> Regards,
>
> Fabio Estevam
>


More information about the U-Boot mailing list