mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* Raspberry CM3 eMMC Boot
@ 2019-06-17 13:44 Rico Pahlisch
  2019-06-18  7:57 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Rico Pahlisch @ 2019-06-17 13:44 UTC (permalink / raw)
  To: barebox

Hello,

I try to boot from the internal eMMC with the raspberry CM3 barebox
build but I dont get a promt.
After changing the code barebox works fine. Does any one else have
problems with the raspberry 3 compute module.

diff --git a/drivers/pinctrl/pinctrl-bcm2835.c
b/drivers/pinctrl/pinctrl-bcm2835.c
index 5fd5740..56daa04 100644
--- a/drivers/pinctrl/pinctrl-bcm2835.c
+++ b/drivers/pinctrl/pinctrl-bcm2835.c
@@ -209,4 +209,4 @@ static int bcm2835_gpio_add(void)
 {
        return platform_driver_register(&bcm2835_gpio_driver);
 }
-coredevice_initcall(bcm2835_gpio_add);
+device_initcall(bcm2835_gpio_add);


Best regards,
Rico

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-18 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 13:44 Raspberry CM3 eMMC Boot Rico Pahlisch
2019-06-18  7:57 ` Sascha Hauer
2019-06-18  8:51   ` Rico Pahlisch
2019-06-18 12:17   ` Tomaž Šolc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox