X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fcmi%2Fcmi.c;h=37028c31ebd448c526c80db68030044f7a8c82b8;hb=cf96848bc76c7d680100e914b088ca34ed4e04e0;hp=8501cae21adf3260f27ab2e68bf475c73ed075f5;hpb=9973e3c614721bbf169882ffc3be266a6611cd60;p=oweals%2Fu-boot.git diff --git a/board/cmi/cmi.c b/board/cmi/cmi.c index 8501cae21a..37028c31eb 100644 --- a/board/cmi/cmi.c +++ b/board/cmi/cmi.c @@ -2,23 +2,7 @@ * (C) Copyright 2003 * Martin Winistoerfer, martinwinistoerfer@gmx.ch. * - * 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+ */ /* @@ -70,4 +54,4 @@ phys_size_t initdram(int board_type) /* * Absolute environment address for linker file. */ -GEN_ABS(env_start, CFG_ENV_OFFSET + CFG_FLASH_BASE); +GEN_ABS(env_start, CONFIG_ENV_OFFSET + CONFIG_SYS_FLASH_BASE);