From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] common: Add arch_misc_init() prototype to include/init.h
Date: Thu, 4 Oct 2018 13:39:08 +0200 [thread overview]
Message-ID: <20181004113908.5004-4-sr@denx.de> (raw)
In-Reply-To: <20181004113908.5004-1-sr@denx.de>
When implementing arch_misc_init() for the MT7620 platform I noticed
that this function prototype is missing. Lets add this prototype to the
common place (init.h) so that we use this function on all architectures.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Tom Rini <trini@konsulko.com>
---
include/init.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/init.h b/include/init.h
index afc953d51e..3593567d52 100644
--- a/include/init.h
+++ b/include/init.h
@@ -165,6 +165,7 @@ void arch_setup_gd(gd_t *gd_ptr);
/* common/board_r.c */
void board_init_r(gd_t *id, ulong dest_addr) __attribute__ ((noreturn));
+int arch_misc_init(void);
int cpu_init_r(void);
int last_stage_init(void);
int mac_read_from_eeprom(void);
--
2.19.0
next prev parent reply other threads:[~2018-10-04 11:39 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-04 11:39 [U-Boot] [PATCH] net: Add MT76xx ethernet driver Stefan Roese
2018-10-04 11:39 ` [U-Boot] [PATCH] gpio: Add MT7621 GPIO support Stefan Roese
2018-10-07 18:23 ` Daniel Schwierzeck
2018-10-08 9:38 ` Stefan Roese
2018-10-04 11:39 ` [U-Boot] [PATCH] wdt: Add MT7621 watchdog driver Stefan Roese
2018-10-07 17:56 ` Daniel Schwierzeck
2018-10-28 19:39 ` Daniel Schwierzeck
2018-10-04 11:39 ` Stefan Roese [this message]
2018-10-04 12:16 ` [U-Boot] [PATCH] common: Add arch_misc_init() prototype to include/init.h Patrick DELAUNAY
2018-10-07 18:51 ` [U-Boot] [PATCH] net: Add MT76xx ethernet driver Daniel Schwierzeck
2018-10-08 13:44 ` Stefan Roese
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=20181004113908.5004-4-sr@denx.de \
--to=sr@denx.de \
--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