* [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules
@ 2015-11-18 19:57 Lucas Stach
2015-11-18 19:57 ` [PATCH 2/2] ARM: mx6sx-sabresdb: set proper hostname Lucas Stach
2015-11-19 7:42 ` [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Lucas Stach @ 2015-11-18 19:57 UTC (permalink / raw)
To: barebox
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
arch/arm/boards/freescale-mx6sx-sabresdb/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/boards/freescale-mx6sx-sabresdb/Makefile b/arch/arm/boards/freescale-mx6sx-sabresdb/Makefile
index cc4078f..01c7a25 100644
--- a/arch/arm/boards/freescale-mx6sx-sabresdb/Makefile
+++ b/arch/arm/boards/freescale-mx6sx-sabresdb/Makefile
@@ -1,3 +1,2 @@
-obj-y += board.o flash-header-mx6sx-sabresdb.dcd.o
-extra-y += flash-header-mx6sx-sabresdb.dcd.S flash-header-mx6sx-sabresdb.dcd
+obj-y += board.o
lwl-y += lowlevel.o
--
2.5.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] ARM: mx6sx-sabresdb: set proper hostname
2015-11-18 19:57 [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Lucas Stach
@ 2015-11-18 19:57 ` Lucas Stach
2015-11-19 7:42 ` [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Lucas Stach @ 2015-11-18 19:57 UTC (permalink / raw)
To: barebox
Also move the initcall to the level matching the name of the
function.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
arch/arm/boards/freescale-mx6sx-sabresdb/board.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boards/freescale-mx6sx-sabresdb/board.c b/arch/arm/boards/freescale-mx6sx-sabresdb/board.c
index 353b460..ca22eba 100644
--- a/arch/arm/boards/freescale-mx6sx-sabresdb/board.c
+++ b/arch/arm/boards/freescale-mx6sx-sabresdb/board.c
@@ -241,9 +241,11 @@ static int imx6sx_sdb_coredevices_init(void)
imx6sx_sdb_setup_fec();
+ barebox_set_hostname("mx6sx-sabresdb");
+
imx6_bbu_internal_mmc_register_handler("sd", "/dev/mmc3",
BBU_HANDLER_FLAG_DEFAULT);
return 0;
}
-console_initcall(imx6sx_sdb_coredevices_init);
+coredevice_initcall(imx6sx_sdb_coredevices_init);
--
2.5.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules
2015-11-18 19:57 [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Lucas Stach
2015-11-18 19:57 ` [PATCH 2/2] ARM: mx6sx-sabresdb: set proper hostname Lucas Stach
@ 2015-11-19 7:42 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2015-11-19 7:42 UTC (permalink / raw)
To: Lucas Stach; +Cc: barebox
On Wed, Nov 18, 2015 at 08:57:54PM +0100, Lucas Stach wrote:
> Signed-off-by: Lucas Stach <dev@lynxeye.de>
> ---
> arch/arm/boards/freescale-mx6sx-sabresdb/Makefile | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
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] 3+ messages in thread
end of thread, other threads:[~2015-11-19 7:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-18 19:57 [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Lucas Stach
2015-11-18 19:57 ` [PATCH 2/2] ARM: mx6sx-sabresdb: set proper hostname Lucas Stach
2015-11-19 7:42 ` [PATCH 1/2] ARM: mx6sx-sabresdb: drop unneeded makefile rules Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox