
Removed boot_flash_* extern variables. boot_flash_type was totally unused. The other ones were actually constants, so they have been replaced with #defines in the board config files.
Signed-off-by: Luca Ceresoli luca.ceresoli@comelit.it Cc: Wolfgang Denk wd@denx.de Cc: Albert Aribaud albert.aribaud@free.fr Cc: Sandeep Paulraj s-paulraj@ti.com
Changes in v4:
- this patch is new in v4.
arch/arm/cpu/armv7/omap3/mem.c | 32 -------------------------------- include/configs/am3517_evm.h | 18 ++++++------------ include/configs/cm_t35.h | 16 +++++----------- include/configs/devkit8000.h | 10 +--------- include/configs/omap3_beagle.h | 16 +++++----------- include/configs/omap3_evm.h | 26 ++++++++++++-------------- include/configs/omap3_overo.h | 16 +++++----------- include/configs/omap3_pandora.h | 16 +++++----------- include/configs/omap3_sdp3430.h | 10 ---------- include/configs/omap3_zoom1.h | 16 +++++----------- include/configs/omap3_zoom2.h | 16 +++++----------- 11 files changed, 49 insertions(+), 143 deletions(-)
Can you please rebase with u-boot-ti?
Also there is a new board am 3517 crane
http://git.denx.de/?p=u-boot/u-boot-ti.git;a=commitdiff;h=29ffd724e25f0cf456...
Can you include this in your patch as well?
Regards, Sandeep