From: Michael Trimarchi <michael@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] spl: Make the spl_nand_load_image static
Date: Wed, 4 Jul 2018 15:53:37 +0200 [thread overview]
Message-ID: <1530712418-20583-2-git-send-email-michael@amarulasolutions.com> (raw)
In-Reply-To: <1530712418-20583-1-git-send-email-michael@amarulasolutions.com>
Change-Id: I1c2f71e75fc052c54fc94b13d0942cb9e75ff1c6
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
---
common/spl/spl_nand.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/spl_nand.c b/common/spl/spl_nand.c
index b96fce2..527cfc0 100644
--- a/common/spl/spl_nand.c
+++ b/common/spl/spl_nand.c
@@ -12,7 +12,7 @@
#include <fdt.h>
#if defined(CONFIG_SPL_NAND_RAW_ONLY)
-int spl_nand_load_image(struct spl_image_info *spl_image,
+static int spl_nand_load_image(struct spl_image_info *spl_image,
struct spl_boot_device *bootdev)
{
nand_init();
--
2.7.4
next prev parent reply other threads:[~2018-07-04 13:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-04 13:53 [U-Boot] [PATCH 1/2] spl: Fix redundant image of uboot Michael Trimarchi
2018-07-04 13:53 ` Michael Trimarchi [this message]
2018-07-20 22:34 ` [U-Boot] [U-Boot,2/2] spl: Make the spl_nand_load_image static Tom Rini
2018-07-04 14:19 ` [U-Boot] [PATCH 1/2] spl: Fix redundant image of uboot Lothar Waßmann
2018-07-04 14:27 ` Michael Nazzareno Trimarchi
2018-07-04 15:10 ` Lothar Waßmann
2018-07-04 15:12 ` Michael Nazzareno Trimarchi
2018-07-06 6:08 ` [U-Boot] [PATCH V2 " Michael Trimarchi
2018-07-06 15:09 ` [U-Boot] [PATCH V3 " Michael Trimarchi
2018-07-11 11:37 ` Michael Nazzareno Trimarchi
2018-07-11 12:16 ` Lothar Waßmann
2018-07-20 19:54 ` [U-Boot] [U-Boot,V3,1/2] " Tom Rini
2018-07-20 20:09 ` Michael Nazzareno Trimarchi
2018-07-20 20:11 ` Tom Rini
2018-07-20 20:27 ` Michael Nazzareno Trimarchi
2018-07-20 20:56 ` 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=1530712418-20583-2-git-send-email-michael@amarulasolutions.com \
--to=michael@amarulasolutions.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.