From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/5] am33xx/board: use cpu_mmc_init() for default mmc initialization
Date: Tue, 16 Oct 2012 08:36:57 -0700 [thread overview]
Message-ID: <507D7F19.7050407@ti.com> (raw)
In-Reply-To: <1350400526-21714-4-git-send-email-peter.korsgaard@barco.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 10/16/12 08:15, Peter Korsgaard wrote:
> So platforms can override it with board_mmc_init().
>
> Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com> ---
> arch/arm/cpu/armv7/am33xx/board.c | 4 ++-- 1 file changed, 2
> insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/cpu/armv7/am33xx/board.c
> b/arch/arm/cpu/armv7/am33xx/board.c index 8280b35..e4c123c 100644
> --- a/arch/arm/cpu/armv7/am33xx/board.c +++
> b/arch/arm/cpu/armv7/am33xx/board.c @@ -46,10 +46,10 @@ static
> const struct gpio_bank gpio_bank_am33xx[4] = { const struct
> gpio_bank *const omap_gpio_bank = gpio_bank_am33xx;
>
> #if defined(CONFIG_OMAP_HSMMC) && !defined(CONFIG_SPL_BUILD) -int
> board_mmc_init(bd_t *bis) +int cpu_mmc_init(bd_t *bis) { int ret; -
> + ret = omap_mmc_init(0, 0, 0); if (ret) return ret;
>
What does this look like on your port?
- --
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/
iQIcBAEBAgAGBQJQfX8YAAoJENk4IS6UOR1WuekP/R464jzIEVy/EhAT8tqtVKwn
S0F7657nKauMO1ojsUN6xVE32efEIKRosE3Q5T5VROgqtoOn8HPs00zIRxvQj9Ar
wQloaIc2W+57+oLuV5y3wsD/XN+XMWt3/XUap2BM6dEy+vzb8TEDml2Yfq4TJXxz
RXFb2MlGuhEOkklT0q1Kt3S6oRYmNEq84ccfVps3+S+WqEOuAAcHHEFx6BtUDTrR
aiXHknsGRcOm5cLLC8umrrf6+3mzsEcIPrkXrh8Ep+rkXKG4lKCqzBjbQm5tNeDh
TX46Rz1cLGA433DyJFRbv6irVs4hQK0H+Hyxq8pHEsKBRK2UVBWbG9X424c7EG3E
77ceKzaEeZiY3CNjUSf9KnJ+f7aC8e3s6InqO+qATTcUd3QJtLWEiqNHlfowm9q+
3y1GHzjQM1vHBpb3KP21qvg/MoB6J85Snmv5aENFSuWb9/lM0qyH/EBUZS6eS9u/
W+7N8nuT3DWX3KapPiTi2a8X97qbLmKK99lcycjaGAxj1a01/ltkLAs88k4c6Jwz
w9JeG7TX8QevKGnYocoRyTcORVF0+Sh2ejRDWcFW2tbRLQwrCX58NoTKTUIWMxjT
tqYojRTLlD1gvZTuVNvi6bM1QTpMNWpwppXVSYlKPFBAAgaF2/9N+0mWrRbpcoZR
A40pv5+ojvxFWbcyScmA
=/8cX
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2012-10-16 15:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-16 15:15 [U-Boot] [PATCH 0/5] am33xx: support non-ti boards Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 1/5] am33xx: move ti i2c baseboard header handling to board/ti/am335x/evm.{c, h} Peter Korsgaard
2012-10-16 15:35 ` Tom Rini
2012-10-17 15:46 ` Peter Korsgaard
2012-10-17 15:55 ` Tom Rini
2012-10-17 19:24 ` Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 2/5] am335x/evm.c: don't make wdtimer/uart_base global Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 3/5] am33xx/board: use cpu_mmc_init() for default mmc initialization Peter Korsgaard
2012-10-16 15:36 ` Tom Rini [this message]
2012-10-16 17:37 ` Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 4/5] am33xx: move generic parts of pinmux handling out from board/ti/am335x Peter Korsgaard
2012-10-16 15:15 ` [U-Boot] [PATCH 5/5] am33xx: support board specific ddr settings Peter Korsgaard
2012-10-16 15:31 ` Tom Rini
2012-10-16 17:43 ` Peter Korsgaard
2012-10-16 21:13 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=507D7F19.7050407@ti.com \
--to=trini@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox