
Dear Lei
I was pulling this patch series. I found certain patches could not be applied, I had resolved them since gplugd are in. But I found certain warnings and errors if I build with aspenite_config
May you please pull the u-boot-marvell.git master and rebase and resend your patches with above resolution?
Regards.. Prafulla . . .
-----Original Message----- From: Lei Wen [mailto:adrian.wenl@gmail.com] Sent: Sunday, October 02, 2011 7:47 PM To: Prafulla Wadaskar; u-boot@lists.denx.de Subject: [PATCH 0/5] Marvell: reduce dependence files
Reduce the dependence between driver files and platform files
Lei Wen (5): ARM: pantheon: reduce dependence of including platform file ARM: armada100: reduce dependence of including platform file ARM: kirkwood: reduce dependence of including platform file serial: reduce include platform file for marvell chip gpio: mvmfp: reduce include platform file
arch/arm/cpu/arm926ejs/armada100/cpu.c | 2 +- arch/arm/cpu/arm926ejs/armada100/dram.c | 1 + arch/arm/cpu/arm926ejs/armada100/timer.c | 1 + arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 + arch/arm/cpu/arm926ejs/kirkwood/dram.c | 2 + arch/arm/cpu/arm926ejs/kirkwood/mpp.c | 2 + arch/arm/cpu/arm926ejs/kirkwood/timer.c | 1 + arch/arm/cpu/arm926ejs/pantheon/cpu.c | 2 +- arch/arm/cpu/arm926ejs/pantheon/dram.c | 1 + arch/arm/cpu/arm926ejs/pantheon/timer.c | 1 + arch/arm/include/asm/arch-armada100/armada100.h | 63 ----------------
arch/arm/include/asm/arch-armada100/config.h | 1 + arch/arm/include/asm/arch-armada100/cpu.h | 57 ++++++++++++++++++++ arch/arm/include/asm/arch-kirkwood/config.h | 1 + arch/arm/include/asm/arch-kirkwood/kirkwood.h | 6 -- arch/arm/include/asm/arch-pantheon/config.h | 2 + arch/arm/include/asm/arch-pantheon/pantheon.h | 7 --- board/Marvell/aspenite/aspenite.c | 1 + board/Marvell/guruplug/guruplug.c | 1 + board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 1 + board/Marvell/openrd/openrd.c | 1 + board/Marvell/rd6281a/rd6281a.c | 1 + board/Marvell/sheevaplug/sheevaplug.c | 1 + board/keymile/km_arm/km_arm.c | 1 + drivers/gpio/kw_gpio.c | 1 + drivers/gpio/mvmfp.c | 7 --- drivers/net/mvgbe.c | 2 + drivers/serial/serial.c | 9 --- drivers/spi/kirkwood_spi.c | 1 + drivers/usb/host/ehci-kirkwood.c | 1 + 30 files changed, 86 insertions(+), 94 deletions(-)