From 346f391642623a132a539edeabbe8a638015b1f9 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sat, 27 Jun 2020 01:41:21 +0200 Subject: mb/amd/mandolin: factor out eMMC GPIO pin mux setup This also makes the calling of the eMMC GPIO mux setup function conditional on PICASSO_LPC_IOMUX instead of AMD_LPC_DEBUG_CARD which only makes the selection of PICASSO_LPC_IOMUX user-configurable. Change-Id: Ic49a668f82fbc1b851c07d312b543d2889fe4734 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/42842 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/amd/mandolin/gpio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/amd/mandolin/gpio.h') diff --git a/src/mainboard/amd/mandolin/gpio.h b/src/mainboard/amd/mandolin/gpio.h index 04c98c50df..1881fe0ee2 100644 --- a/src/mainboard/amd/mandolin/gpio.h +++ b/src/mainboard/amd/mandolin/gpio.h @@ -5,5 +5,6 @@ void mainboard_program_early_gpios(void); /* bootblock GPIO configuration */ void mainboard_program_gpios(void); /* ramstage GPIO configuration */ +void mainboard_program_emmc_gpios(void); /* ramstage eMMC pin mux configuration */ #endif /* MAINBOARD_GPIO_H */ -- cgit v1.2.3