From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Fri, 08 Oct 2010 12:46:08 +0200 Subject: [U-Boot] [PATCH] arch/arm/include/asm/sizes.h: cleanups In-Reply-To: <1285363903-71316-1-git-send-email-andreas.devel@googlemail.com> References: <1285363903-71316-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4CAEF670.6090803@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 24.09.2010 23:31, schrieb Andreas Bie?mann: > 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 > --- > 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 > Any comment on that patch? Is any action from my side required? I'd only get attraction on this patch cause some changes needed for my at91rm9200ek transition to new at91 code which will arrive in some days. regards Andreas Bie?mann