Re: [U-Boot] [PATCH v2 2/2] Powerpc/QE: Add QE support for T1040

2014-02-02 Thread Timur Tabi
On Mon, Jan 27, 2014 at 2:14 AM, Zhao Qiang wrote: > +#ifndef CONFIG_PPC_T1040 Nack. You need to write this code without all this T1040-specific #ifdefs everywhere. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-bo

[U-Boot] [PATCH v2 2/2] Powerpc/QE: Add QE support for T1040

2014-01-27 Thread Zhao Qiang
T1040 has QE-related addresses different from other boards, modify those addresses value with macro CONFIG_PPC_T1040 and CONFIG_T1040QDS. Add function qe_board_setup to mux the bus to tdm or uart according to hwconfig. Signed-off-by: Jiucheng Xu Signed-off-by: Zhao Qiang --- Changes for v2: