X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpandora%2Fpandora.c;h=b371a40d32b0529a4c9c228eb1b9508b911319c0;hb=de578e22d4f70e383eb4a978f6c69e36b9d0d334;hp=5f0c58d8d2ce1ab47fef6b54bd9a68bd7bd55ef6;hpb=47b8e527448c94d09fc8dbdb6601ea7a605ff955;p=u-boot diff --git a/board/pandora/pandora.c b/board/pandora/pandora.c index 5f0c58d8d2..b371a40d32 100644 --- a/board/pandora/pandora.c +++ b/board/pandora/pandora.c @@ -11,23 +11,7 @@ * (C) Copyright 2004-2008 * Texas Instruments, * - * See file CREDITS for list of people who contributed to this - * project. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA + * SPDX-License-Identifier: GPL-2.0+ */ #include #include @@ -118,7 +102,7 @@ int misc_init_r(void) TWL4030_BB_CFG_BBCHEN | TWL4030_BB_CFG_BBSEL_3200MV | TWL4030_BB_CFG_BBISEL_500UA); - dieid_num_r(); + omap_die_id_display(); return 0; } @@ -142,4 +126,9 @@ int board_mmc_init(bd_t *bis) { return omap_mmc_init(0, 0, 0, -1, -1); } + +void board_mmc_power_init(void) +{ + twl4030_power_mmc_init(0); +} #endif