Re: [U-Boot] [PATCH v3 06/11] m68k: architecture changes to support fdt

2018-10-18 Thread Simon Glass
On 13 October 2018 at 16:34, Angelo Dureghello wrote: > This patch adds fdt support to the m68k architecture. > > Signed-off-by: Angelo Dureghello > --- > Changes for v2: > - add OF_CONTROL, DM and DM_SERIAL as default config options > for all cpu families > Changes for v3: > - none > --- > ar

[U-Boot] [PATCH v3 06/11] m68k: architecture changes to support fdt

2018-10-13 Thread Angelo Dureghello
This patch adds fdt support to the m68k architecture. Signed-off-by: Angelo Dureghello --- Changes for v2: - add OF_CONTROL, DM and DM_SERIAL as default config options for all cpu families Changes for v3: - none --- arch/Kconfig | 1 + arch/m68k/Kconfig| 33 +++