diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6ull_ddr3_arm2.h | 3 | ||||
-rw-r--r-- | include/configs/mx6ullevk.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/mx6ull_ddr3_arm2.h b/include/configs/mx6ull_ddr3_arm2.h index e4d8d93..b4d47a8 100644 --- a/include/configs/mx6ull_ddr3_arm2.h +++ b/include/configs/mx6ull_ddr3_arm2.h @@ -126,4 +126,7 @@ #define CONFIG_WAVEFORM_BUF_SIZE 0x400000 #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP + #endif diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index 7d4c8f9..dd8106c 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -323,4 +323,7 @@ #define CONFIG_IMX_VIDEO_SKIP #endif +#define CONFIG_MODULE_FUSE +#define CONFIG_OF_SYSTEM_SETUP + #endif |