From a8075e1471519279f49580e95565fbcb5f47bc14 Mon Sep 17 00:00:00 2001 From: Vishnu Banavath Date: Fri, 21 Oct 2022 17:36:12 +0100 Subject: [PATCH] runfvp: corstone1000: add mmc card configuration These changes are to pass appropriate MMC card configuration to corstone1000 FVP. Signed-off-by: Vishnu Banavath Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/corstone1000-fvp.conf | 4 ++++ 1 file changed, 4 insertions(+) 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"