Skip to content

Commit f736b60

Browse files
committed
fast-boot:update fast boot defconfig for sama7d65 curiosity
In order to speed up the boot time, we need to improve the performance of the SDCARD. Enabled SDCARD UHS mode in 100MHz. Signed-off-by: Li Bin <[email protected]>
1 parent 50d3282 commit f736b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/sama7d65_curiositysd1_fb_uboot_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ CONFIG_DDR_8_GBIT=y
1212
CONFIG_MEM_CLOCK_533=y
1313
CONFIG_SDCARD=y
1414
CONFIG_SDHC1=y
15+
CONFIG_SDHC_18V=y
16+
CONFIG_SDHC_UHS=y
17+
CONFIG_SDHC_CLK_100MHZ=y
18+
CONFIG_SDHC_SD_DDR200=y
1519
CONFIG_JUMP_ADDR="0x66f00000"
1620
# CONFIG_REDIRECT_ALL_INTS_AIC is not set
1721
CONFIG_TZC400=y

0 commit comments

Comments
 (0)