
Dear =?UTF-8?q?Andreas=20Bie=C3=9Fmann?=,
In message 1285363903-71316-1-git-send-email-andreas.devel@googlemail.com you wrote:
Merge several sizes.h in asm/arch subdirectories into a single asm/sizes.h file.
Fixup usage of asm/arch/sizes.h in some files to use the merged file.
Signed-off-by: Andreas Bießmann andreas.devel@googlemail.com
These changes where submitted in 2008 but never applied. See http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/44229
It is not necessary to have several copies of files with nearly the same content.
arch/arm/include/asm/arch-arm925t/sizes.h | 50 ------------------------ arch/arm/include/asm/arch-arm926ejs/sizes.h | 51 ------------------------ arch/arm/include/asm/arch-omap/sizes.h | 52 ------------------------- arch/arm/include/asm/arch-omap24xx/omap2420.h | 2 +- arch/arm/include/asm/arch-omap24xx/sizes.h | 49 ----------------------- arch/arm/include/asm/sizes.h | 5 +- include/configs/h2_p2_dbg_board.h | 2 +- include/configs/omap1510.h | 2 +- include/configs/omap730.h | 2 +- 9 files changed, 6 insertions(+), 209 deletions(-) delete mode 100644 arch/arm/include/asm/arch-arm925t/sizes.h delete mode 100644 arch/arm/include/asm/arch-arm926ejs/sizes.h delete mode 100644 arch/arm/include/asm/arch-omap/sizes.h delete mode 100644 arch/arm/include/asm/arch-omap24xx/sizes.h
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk