From adb20873e995454ada9b8839fdc62f693f813e05 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 6 May 2019 12:57:30 +0200 Subject: apalis-imx8: make sure config block fdt fix-ups are called Make sure the config block information are passed to the kernel using the device tree properties toradex,product-id, board-rev and serial-number. Signed-off-by: Stefan Agner --- board/toradex/apalis-imx8/apalis-imx8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/toradex/apalis-imx8/apalis-imx8.c b/board/toradex/apalis-imx8/apalis-imx8.c index 6291de2278..c8fc90d348 100644 --- a/board/toradex/apalis-imx8/apalis-imx8.c +++ b/board/toradex/apalis-imx8/apalis-imx8.c @@ -213,7 +213,7 @@ void reset_cpu(ulong addr) #ifdef CONFIG_OF_BOARD_SETUP int ft_board_setup(void *blob, bd_t *bd) { - return 0; + return ft_common_board_setup(blob, bd); } #endif -- cgit v1.2.3