X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fms7720se%2Fms7720se.c;h=48edcc62fd9f47941d078b6f812dc78a4710899a;hb=b6ee860b87d8accedfb7a1fd5414f7c483603234;hp=af62cdfd282851fb93c509aca3ae7b35131f5c31;hpb=1d7b31d97b34ccb6f9b20a2465864998b0bf2691;p=u-boot diff --git a/board/ms7720se/ms7720se.c b/board/ms7720se/ms7720se.c index af62cdfd28..48edcc62fd 100644 --- a/board/ms7720se/ms7720se.c +++ b/board/ms7720se/ms7720se.c @@ -10,20 +10,7 @@ * * board/ms7720se/ms7720se.c * - * 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 @@ -43,16 +30,6 @@ int board_init(void) return 0; } -int dram_init(void) -{ - DECLARE_GLOBAL_DATA_PTR; - - gd->bd->bi_memstart = CFG_SDRAM_BASE; - gd->bd->bi_memsize = CFG_SDRAM_SIZE; - printf("DRAM: %dMB\n", CFG_SDRAM_SIZE / (1024 * 1024)); - return 0; -} - void led_set_state(unsigned short value) { outw(value & 0xFF, LED_BASE);