X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftechnexion%2Ftao3530%2Ftao3530.c;h=22d26e550e01d5c7693bc601e4093b41464cbb2a;hb=5cb4860f3df83da9610baf0ac3a4f2836fdfa328;hp=744ff44008316af6af39e597d26b6a4033d3d724;hpb=98d2d5e8c473232dc718763dbec284b7349dcc05;p=oweals%2Fu-boot.git diff --git a/board/technexion/tao3530/tao3530.c b/board/technexion/tao3530/tao3530.c index 744ff44008..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 @@ -160,7 +159,7 @@ int misc_init_r(void) puts("Unknown board revision\n"); } - dieid_num_r(); + omap_die_id_display(); return 0; } @@ -179,7 +178,7 @@ void set_muxconf_regs(void) #endif } -#if defined(CONFIG_GENERIC_MMC) && !defined(CONFIG_SPL_BUILD) +#if defined(CONFIG_MMC) int board_mmc_init(bd_t *bis) { omap_mmc_init(0, 0, 0, -1, -1); @@ -188,14 +187,14 @@ 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); } #endif -#if defined(CONFIG_USB_EHCI) && !defined(CONFIG_SPL_BUILD) +#if defined(CONFIG_USB_EHCI_HCD) && !defined(CONFIG_SPL_BUILD) /* Call usb_stop() before starting the kernel */ void show_boot_progress(int val) { @@ -219,4 +218,4 @@ int ehci_hcd_stop(int index) { return omap_ehci_hcd_stop(); } -#endif /* CONFIG_USB_EHCI */ +#endif /* CONFIG_USB_EHCI_HCD */