summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-07-11 16:39:11 +0800
committerPeter Liu <peter.liu@se.atlascopco.com>2019-07-15 12:11:30 +0800
commit48454785713ceab4a5acac45a990f1dbf1008ecb (patch)
tree8677a8a711415e840f3124b3ba1a5a9ef9397948
parentc26ad13b1f31e6585bce74ff5ebfc385161d868d (diff)
colibri-imx8qxp: 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: Ming Liu <liu.ming50@gmail.com>
-rw-r--r--board/toradex/colibri-imx8qxp/colibri-imx8qxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c b/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
index f1b0e47bae..33365c652a 100644
--- a/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
+++ b/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
@@ -372,7 +372,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
void board_late_mmc_env_init() {}