diff options
-rw-r--r-- | board/freescale/mx6slevk/imximage.cfg | 5 | ||||
-rw-r--r-- | include/configs/mx6slevk.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx6slevk/imximage.cfg b/board/freescale/mx6slevk/imximage.cfg index 69eb41b..55166c3 100644 --- a/board/freescale/mx6slevk/imximage.cfg +++ b/board/freescale/mx6slevk/imximage.cfg @@ -30,6 +30,11 @@ BOOT_FROM sd /*PLUGIN plugin-binary-file IRAM_FREE_START_ADDR*/ PLUGIN board/freescale/mx6slevk/plugin.bin 0x00907000 #else + +#ifdef CONFIG_SECURE_BOOT +SECURE_BOOT +#endif + /* * Device Configuration Data (DCD) * diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index ef11afe..d8eedb0 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -26,6 +26,11 @@ /* uncomment for PLUGIN mode support */ /* #define CONFIG_USE_PLUGIN */ +#define CONFIG_ARCH_MISC_INIT + +/* uncomment for SECURE mode support */ +/* #define CONFIG_SECURE_BOOT */ + #define MACH_TYPE_MX6SLEVK 4307 #define CONFIG_MACH_TYPE MACH_TYPE_MX6SLEVK |