9
0
Fork 0
barebox/drivers/misc
Uwe Kleine-König 25ce695b54 bootstate: probe bootstate later
state must be loaded after the nand driver, otherwise it fails because the
backend is missing. For similar reasons bootstate must come after state.
Move them to the late stage until barebox can do deferred probing.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2015-06-10 13:42:33 +02:00
..
Kconfig bootstate: add framework for redundant boot scenarios 2015-06-10 13:42:33 +02:00
Makefile bootstate: add framework for redundant boot scenarios 2015-06-10 13:42:33 +02:00
bootstate.c bootstate: probe bootstate later 2015-06-10 13:42:33 +02:00
jtag.c treewide: fix signedness mixups in printf format specifiers 2014-04-23 09:05:51 +02:00
sram.c resource: Let dev_request_mem_region return an error pointer 2014-09-16 08:32:10 +02:00
state.c state: return -EPROBE_DEFER if the backend isn't available 2015-06-10 13:36:21 +02:00