diff options
Diffstat (limited to 'board/technexion/twister/twister.c')
-rw-r--r-- | board/technexion/twister/twister.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c index 4a3d0946a0..ad4b02a753 100644 --- a/board/technexion/twister/twister.c +++ b/board/technexion/twister/twister.c @@ -130,7 +130,7 @@ int board_eth_init(bd_t *bis) return 0; } -#if defined(CONFIG_OMAP_HSMMC) && \ +#if defined(CONFIG_MMC_OMAP_HS) && \ !defined(CONFIG_SPL_BUILD) int board_mmc_init(bd_t *bis) { |