* [PATCH] fixup! arm: fix no prototype for barebox_arm_reset_vector()
@ 2019-01-09 4:08 Andrey Smirnov
2019-01-09 7:23 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Smirnov @ 2019-01-09 4:08 UTC (permalink / raw)
To: barebox; +Cc: Andrey Smirnov
---
Sascha, hopefully fixup is enough, but let me know if you need me to
generate a standalone patch.
Thanks,
Andrey Smirnov
arch/arm/include/asm/barebox-arm.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/barebox-arm.h b/arch/arm/include/asm/barebox-arm.h
index 312685486..ee18075bb 100644
--- a/arch/arm/include/asm/barebox-arm.h
+++ b/arch/arm/include/asm/barebox-arm.h
@@ -59,7 +59,6 @@ void setup_c(void);
void relocate_to_current_adr(void);
void relocate_to_adr(unsigned long target);
void __noreturn barebox_arm_entry(unsigned long membase, unsigned long memsize, void *boarddata);
-void __naked __bare_init barebox_arm_reset_vector(void);
struct barebox_arm_boarddata {
#define BAREBOX_ARM_BOARDDATA_MAGIC 0xabe742c3
@@ -207,4 +206,6 @@ static inline unsigned long arm_mem_barebox_image(unsigned long membase,
#define NAKED
#endif
+void NAKED __bare_init barebox_arm_reset_vector(void);
+
#endif /* _BAREBOX_ARM_H_ */
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] fixup! arm: fix no prototype for barebox_arm_reset_vector()
2019-01-09 4:08 [PATCH] fixup! arm: fix no prototype for barebox_arm_reset_vector() Andrey Smirnov
@ 2019-01-09 7:23 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2019-01-09 7:23 UTC (permalink / raw)
To: Andrey Smirnov; +Cc: barebox
On Tue, Jan 08, 2019 at 08:08:37PM -0800, Andrey Smirnov wrote:
> ---
>
> Sascha, hopefully fixup is enough, but let me know if you need me to
> generate a standalone patch.
Generally a fixup is fine. In this case I dropped the original patch, so
nothing to fixup.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-09 7:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 4:08 [PATCH] fixup! arm: fix no prototype for barebox_arm_reset_vector() Andrey Smirnov
2019-01-09 7:23 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox