Now that all drivers used on this platform properly handle deep-probe, we can switch it on. Signed-off-by: Lucas Stach <dev@xxxxxxxxxx> --- arch/arm/boards/mnt-reform/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boards/mnt-reform/board.c b/arch/arm/boards/mnt-reform/board.c index feb874c0a0ef..010690ecbd6c 100644 --- a/arch/arm/boards/mnt-reform/board.c +++ b/arch/arm/boards/mnt-reform/board.c @@ -5,6 +5,7 @@ #include <bootsource.h> #include <common.h> +#include <deep-probe.h> #include <init.h> #include <mach/bbu.h> @@ -31,6 +32,7 @@ static const struct of_device_id mnt_reform_of_match[] = { { .compatible = "mntre,reform2"}, { /* sentinel */ }, }; +BAREBOX_DEEP_PROBE_ENABLE(mnt_reform_of_match); static struct driver_d mnt_reform_board_driver = { .name = "board-mnt-reform", -- 2.31.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox