]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMV7: OMAP3: Cleanup extern variables in mem.c
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Wed, 20 Apr 2011 15:02:05 +0000 (11:02 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:10 +0000 (19:38 +0200)
commit6cbec7b3bafc9f63cead2cc264505bcca36a074a
treebc16f055b65df98a077c93d96bcb9f392feed513
parentf4ef66685a6cdca6e5b3a8b2f199789f5d94320a
ARMV7: OMAP3: Cleanup extern variables in mem.c

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>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12 files changed:
arch/arm/cpu/armv7/omap3/mem.c
include/configs/am3517_crane.h
include/configs/am3517_evm.h
include/configs/cm_t35.h
include/configs/devkit8000.h
include/configs/omap3_beagle.h
include/configs/omap3_evm.h
include/configs/omap3_overo.h
include/configs/omap3_pandora.h
include/configs/omap3_sdp3430.h
include/configs/omap3_zoom1.h
include/configs/omap3_zoom2.h