
14 Nov
2011
14 Nov
'11
9:59 a.m.
On Sun, Nov 13, 2011 at 3:42 AM, Fabio Estevam festevam@gmail.com wrote:
Hi Jason,
On Sat, Nov 12, 2011 at 8:36 AM, Jason Liu jason.hui@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