summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-06 12:57:30 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-05-09 09:58:30 +0200
commit2fb2317e367c925434ce34ccebb4be35ee938052 (patch)
treeca059232ff6c45549ea109594e9bb7eb134173ef
parent26f0fb6c61e94f8ba52bcc0b4946d378e682ccff (diff)
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 <stefan.agner@toradex.com>
-rw-r--r--board/toradex/apalis-imx8/apalis-imx8.c2
1 files changed, 1 insertions, 1 deletions
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