X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fwoodburn%2Fwoodburn.c;h=3da61a4c3d333b4b750effdd9fe63e584cc35937;hb=ac9a23cffc517ac5b8648f97683c66f4e55175f6;hp=3f2e6b52af9975897b6fd03d7a52652a62598899;hpb=d6639d10dbfa42dc888f8917012550b632a88959;p=u-boot diff --git a/board/woodburn/woodburn.c b/board/woodburn/woodburn.c index 3f2e6b52af..3da61a4c3d 100644 --- a/board/woodburn/woodburn.c +++ b/board/woodburn/woodburn.c @@ -3,23 +3,7 @@ * * Based on flea3.c and mx35pdk.c * - * 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 @@ -153,9 +137,6 @@ void board_init_f(ulong dummy) /* Clear the BSS. */ memset(__bss_start, 0, __bss_end - __bss_start); - /* Set global data pointer. */ - gd = &gdata; - preloader_console_init(); timer_init();