Message ID | 20221021163612.27717-2-vishnu.banavath@arm.com |
---|---|
State | New |
Headers | show |
Series | runfvp: corstone1000: add mmc card configuration | expand |
diff --git a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf index 4433f8bd..991a5bac 100644 --- a/meta-arm-bsp/conf/machine/corstone1000-fvp.conf +++ b/meta-arm-bsp/conf/machine/corstone1000-fvp.conf @@ -42,3 +42,7 @@ FVP_TERMINALS[host.host_terminal_1] ?= "Secure World Console" FVP_TERMINALS[se.secenc_terminal] ?= "Secure Enclave Console" FVP_TERMINALS[extsys0.extsys_terminal] ?= "Cortex M3" +# MMC card configuration +FVP_CONFIG[board.msd_mmc.card_type] ?= "SDHC" +FVP_CONFIG[board.msd_mmc.p_fast_access] ?= "0" +FVP_CONFIG[board.msd_mmc.diagnostics] ?= "2"