diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx7ulp_evk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx7ulp_evk.h b/include/configs/mx7ulp_evk.h index e2c41b6..ab9a4af 100644 --- a/include/configs/mx7ulp_evk.h +++ b/include/configs/mx7ulp_evk.h @@ -12,6 +12,9 @@ #include <linux/sizes.h> #include <asm/arch/imx-regs.h> +/*Uncomment it to use plugin boot*/ +/*#define CONFIG_USE_PLUGIN*/ + #define CONFIG_SYS_VSNPRINTF #define CONFIG_BOARD_POSTCLK_INIT #define CONFIG_IMX_FIXED_IVT_OFFSET |