* [PATCH] ARM: imx6: hipercam: set default hostname in boardfile
@ 2015-06-01 12:52 Lucas Stach
2015-06-03 8:06 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2015-06-01 12:52 UTC (permalink / raw)
To: barebox
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
arch/arm/boards/eltec-hipercam/board.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/boards/eltec-hipercam/board.c b/arch/arm/boards/eltec-hipercam/board.c
index 7486747..04ad253 100644
--- a/arch/arm/boards/eltec-hipercam/board.c
+++ b/arch/arm/boards/eltec-hipercam/board.c
@@ -26,6 +26,8 @@ static int hipercam_init(void)
imx6_bbu_internal_spi_i2c_register_handler("nor", "/dev/m25p0.barebox",
BBU_HANDLER_FLAG_DEFAULT);
+ barebox_set_hostname("hipercam");
+
return 0;
}
device_initcall(hipercam_init);
--
2.1.0
_______________________________________________
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] ARM: imx6: hipercam: set default hostname in boardfile
2015-06-01 12:52 [PATCH] ARM: imx6: hipercam: set default hostname in boardfile Lucas Stach
@ 2015-06-03 8:06 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-06-03 8:06 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Mon, Jun 01, 2015 at 02:52:09PM +0200, Lucas Stach wrote:
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> arch/arm/boards/eltec-hipercam/board.c | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks
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:[~2015-06-03 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-01 12:52 [PATCH] ARM: imx6: hipercam: set default hostname in boardfile Lucas Stach
2015-06-03 8:06 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox