diff options
Diffstat (limited to 'include/configs/T4240QDS.h')
-rw-r--r-- | include/configs/T4240QDS.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h index 92a30ab09f..3777ccb835 100644 --- a/include/configs/T4240QDS.h +++ b/include/configs/T4240QDS.h @@ -463,6 +463,7 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_CMD_EXT2 #define CONFIG_CMD_FAT #define CONFIG_DOS_PARTITION +#define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif #define CONFIG_BOOTDELAY 10 /* -1 disables auto-boot */ @@ -553,8 +554,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_BOOTCOMMAND CONFIG_LINUX -#ifdef CONFIG_SECURE_BOOT #include <asm/fsl_secure_boot.h> -#endif #endif /* __CONFIG_H */ |