From 098bba209e72a98b5ef4ad0048f46f819cd1c6fb Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 8 Aug 2016 09:42:05 -0700 Subject: colibri_imx7: enable OF system setup This makes sure that the common code passes the Toradex serial number, product id and revision to the device tree. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- include/configs/colibri_imx7.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index e585c815e8..621a4d0cb3 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -359,6 +359,7 @@ #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* USDHC1 */ #define CONFIG_OF_LIBFDT +#define CONFIG_OF_SYSTEM_SETUP #define CONFIG_CMD_BOOTZ #define CONFIG_SUPPORT_RAW_INITRD -- cgit v1.2.3