diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2019-09-04 08:19:43 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-10-08 09:16:11 +0300 |
commit | 44728b8b3d669b06f494aa6a4fbbb8b469ad059b (patch) | |
tree | 0b9585f0432c3063f7c7ae7b69b21fe8fe4d879c /configs/sama5d27_wlsom1_ek_qspiflash_defconfig | |
parent | cd8e876aa964a0e7e9f0fc029530440fe46a1235 (diff) | |
download | u-boot-44728b8b3d669b06f494aa6a4fbbb8b469ad059b.tar.gz |
configs: sama5d27_wlsom1_ek: add CONFIG_SPL_AT91_MCK_BYPASS
This board has an external oscillator as MCK that does not need driving.
Bypass the driving for the main oscillator in SPL.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Diffstat (limited to 'configs/sama5d27_wlsom1_ek_qspiflash_defconfig')
-rw-r--r-- | configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig index 56cca3ec41..ec05af13ad 100644 --- a/configs/sama5d27_wlsom1_ek_qspiflash_defconfig +++ b/configs/sama5d27_wlsom1_ek_qspiflash_defconfig @@ -31,6 +31,7 @@ CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_DISPLAY_PRINT=y # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set CONFIG_SPL_SPI_LOAD=y +CONFIG_SPL_AT91_MCK_BYPASS=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_FLASH is not set |