diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-08-08 09:42:05 -0700 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-09-29 06:03:16 +0200 |
commit | 098bba209e72a98b5ef4ad0048f46f819cd1c6fb (patch) | |
tree | 2261ac8e30bb46481da5d40735ece2826cbd1739 | |
parent | c345927696d18c8c00d0f1d1820d2c21dee32a09 (diff) |
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 <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | include/configs/colibri_imx7.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index e585c815e8a..621a4d0cb30 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 |