
26 Mar
2013
26 Mar
'13
3:52 p.m.
On Thu, Mar 14, 2013 at 11:15:25AM -0000, Tom Rini wrote:
- In arch/arm/cpu/armv7/omap-common/timer.c, drivers/mtd/nand/omap_gpmc.c and drivers/net/cpsw.c add #include files that the driver needs but had been relying on <config.h> to bring in.
- In arch/arm/cpu/armv7/omap-common/lowlevel_init.S add <config.h>
- In am335x_evm.h and pcm051.h don't globally include <asm/arch/hardware.h> and <asm/arch/cpu.h> but just <asm/arch/omap.h> as that is the only include which defines things the config uses.
Cc: Lars Poeschel poeschel@lemonage.de Signed-off-by: Tom Rini trini@ti.com
Applied to u-boot-ti/master (and already pulled into u-boot-arm), thanks!
--
Tom