X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftechnexion%2Ftao3530%2Ftao3530.c;h=22d26e550e01d5c7693bc601e4093b41464cbb2a;hb=5cb4860f3df83da9610baf0ac3a4f2836fdfa328;hp=4b61973669a17905fde05c9bdb2ab5a2efe64537;hpb=cb33bda44f4bbf6fb58adf41dced313ca38da6fc;p=oweals%2Fu-boot.git diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c index 4b61973669..22d26e550e 100644 --- a/board/technexion/tao3530/tao3530.c +++ b/board/technexion/tao3530/tao3530.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Maintainer : * Tapani Utriainen - * - * SPDX-License-Identifier: GPL-2.0+ */ #include #include @@ -179,7 +178,7 @@ void set_muxconf_regs(void) #endif } -#if defined(CONFIG_GENERIC_MMC) +#if defined(CONFIG_MMC) int board_mmc_init(bd_t *bis) { omap_mmc_init(0, 0, 0, -1, -1); @@ -188,7 +187,7 @@ int board_mmc_init(bd_t *bis) } #endif -#if defined(CONFIG_GENERIC_MMC) +#if defined(CONFIG_MMC) void board_mmc_power_init(void) { twl4030_power_mmc_init(0);