From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 27 Oct 2011 23:51:50 +0200 Subject: [U-Boot] [PATCH V2] cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT In-Reply-To: <1319120387-21584-1-git-send-email-helmut.raiger@hale.at> References: <4EA0058B.7010900@denx.de> <1319120387-21584-1-git-send-email-helmut.raiger@hale.at> Message-ID: <20111027215150.771F612B7BBC@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 Helmut Raiger, In message <1319120387-21584-1-git-send-email-helmut.raiger@hale.at> you wrote: > This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT. > Along the way it removes some leftover > > #define BOARD_LATE_INIT 1 > > and adds some basic documentation for board specific > callbacks in README. > > Signed-off-by: Helmut Raiger > --- > V2: added some docu in README > > README | 14 ++++++++++++++ > arch/arm/lib/board.c | 2 +- > arch/sandbox/lib/board.c | 2 +- > arch/sh/lib/board.c | 2 +- > board/freescale/mx35pdk/mx35pdk.c | 4 ++-- > board/freescale/mx51evk/mx51evk.c | 2 +- > board/imx31_phycore/imx31_phycore.c | 2 +- > board/st-ericsson/u8500/u8500_href.c | 4 ++-- > include/configs/VCMA9.h | 2 +- > include/configs/cerf250.h | 2 +- > include/configs/colibri_pxa270.h | 2 +- > include/configs/efikamx.h | 2 +- > include/configs/imx31_phycore.h | 2 +- > include/configs/jadecpu.h | 2 +- > include/configs/lubbock.h | 2 +- > include/configs/ms7750se.h | 2 +- > include/configs/mx1ads.h | 2 +- > include/configs/mx31pdk.h | 2 +- > include/configs/mx35pdk.h | 2 +- > include/configs/mx51evk.h | 2 +- > include/configs/mx53evk.h | 2 +- > include/configs/nhk8815.h | 2 +- > include/configs/pleb2.h | 2 +- > include/configs/pxa255_idp.h | 2 +- > include/configs/qong.h | 2 +- > include/configs/r2dplus.h | 2 +- > include/configs/sh7757lcr.h | 2 +- > include/configs/trizepsiv.h | 2 +- > include/configs/tx25.h | 2 +- > include/configs/u8500_href.h | 2 +- > include/configs/vision2.h | 2 +- > include/configs/xaeniax.h | 2 +- > include/configs/zipitz2.h | 2 +- > include/configs/zmx25.h | 2 +- > 34 files changed, 49 insertions(+), 35 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 Real programmers can write assembly code in any language. :-) - Larry Wall in <8571@jpl-devvax.JPL.NASA.GOV>