From: Andy Pont <andy.pont@sdcsystems.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init()
Date: Wed, 15 Mar 2017 08:21:17 -0000 [thread overview]
Message-ID: <00a701d29d65$1fec6710$5fc53530$@sdcsystems.com> (raw)
In-Reply-To: <20170315000634.31211-2-sjg@chromium.org>
Simon wrote...
> diff --git a/arch/arm/mach-rockchip/rk3288-board-spl.c b/arch/arm/mach-
> rockchip/rk3288-board-spl.c
> index e51e19bb2d..f494843663 100644
> --- a/arch/arm/mach-rockchip/rk3288-board-spl.c
> +++ b/arch/arm/mach-rockchip/rk3288-board-spl.c
> @@ -185,7 +185,7 @@ void board_init_f(ulong dummy)
> debug_uart_init();
> #endif
>
> - ret = spl_init();
> + ret = spl_early_init();
> if (ret) {
> debug("spl_init() failed: %d\n", ret);
Shouldn't the function name used in the debug statement be changed to spl_early_init()?
-Andy.
next prev parent reply other threads:[~2017-03-15 8:21 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-15 0:06 [U-Boot] [PATCH v3 1/2] spl: Add spl_early_init() Simon Glass
2017-03-15 0:06 ` [U-Boot] [PATCH v3 2/2] rockchip: rk3288: use spl_early_init() instead of spl_init() Simon Glass
2017-03-15 8:21 ` Andy Pont [this message]
2017-03-16 22:17 ` [U-Boot] [PATCH v3 1/2] spl: Add spl_early_init() Marek Vasut
2017-03-16 22:21 ` Simon Glass
2017-03-16 22:24 ` Marek Vasut
2017-03-16 22:28 ` Simon Glass
2017-03-16 22:37 ` Marek Vasut
2017-03-16 22:39 ` Simon Glass
2017-03-16 22:45 ` Marek Vasut
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='00a701d29d65$1fec6710$5fc53530$@sdcsystems.com' \
--to=andy.pont@sdcsystems.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