From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sat, 08 Aug 2009 11:34:05 +0200 Subject: [U-Boot] [PATCH 3/5 v4] omap3: remove typedefs for configuration structs In-Reply-To: <1249716623-2631-1-git-send-email-dirk.behme@googlemail.com> References: <1249716623-2631-1-git-send-email-dirk.behme@googlemail.com> Message-ID: <20090808093405.7762F832E416@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Dirk Behme, In message <1249716623-2631-1-git-send-email-dirk.behme@googlemail.com> you wrote: > Signed-off-by: Matthias Ludwig > Signed-off-by: Dirk Behme > --- > > Changes in v4: Rebase to recent git head 187af954cf7958c24efcf0fd62289bbdb4f1f24e > "omap3: embedd gpmc_cs into gpmc config struct" > > All 3 patches compile tested with ./MAKEALL ARM_CORTEX_A8 and boot > tested on BeagleBoard. > > board/omap3/beagle/beagle.c | 4 +- > board/omap3/evm/evm.c | 6 ++-- > board/omap3/pandora/pandora.c | 8 ++--- > board/omap3/zoom2/zoom2.c | 2 - > cpu/arm_cortexa8/omap3/board.c | 16 +++++------ > cpu/arm_cortexa8/omap3/clock.c | 14 +++++----- > cpu/arm_cortexa8/omap3/mem.c | 14 +++++----- > cpu/arm_cortexa8/omap3/sys_info.c | 12 ++++---- > cpu/arm_cortexa8/omap3/timer.c | 2 - > drivers/mtd/nand/omap_gpmc.c | 2 - > include/asm-arm/arch-omap3/cpu.h | 50 ++++++++++++++++++------------------- > include/asm-arm/arch-omap3/mem.h | 4 +- > include/asm-arm/arch-omap3/omap3.h | 8 ++--- > include/configs/omap3_beagle.h | 2 - > include/configs/omap3_evm.h | 2 - > include/configs/omap3_overo.h | 2 - > include/configs/omap3_pandora.h | 2 - > include/configs/omap3_zoom1.h | 2 - > include/configs/omap3_zoom2.h | 2 - > 19 files changed, 77 insertions(+), 77 deletions(-) Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Testing can show the presense of bugs, but not their absence. -- Edsger Dijkstra