X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fsed13806.h;h=1cb0b860f2042d1d564c97dc236a19a079cec30d;hb=69e173eb57d1f4848f070c83456096ba5d2ba1b4;hp=70e8e87449caf2ab95122ab8337c2bdab598bec1;hpb=a6c7ad2f65afaa717ba19cbf9d8d138b5f10ccf9;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/sed13806.h b/include/sed13806.h index 70e8e87..1cb0b86 100644 --- a/include/sed13806.h +++ b/include/sed13806.h @@ -1,25 +1,9 @@ /* * (C) Copyright 2002 - * Stäubli Faverges - + * Stäubli Faverges - * Pierre AUBERT p.aubert@staubli.com * - * 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+ */ /* Video support for Epson SED13806 chipset */ @@ -34,8 +18,8 @@ #define DEFAULT_VIDEO_MEMORY_SIZE 0x140000 /* Video Memory Size */ -#define HWCURSORSIZE 1024 /* Size of memory reserved - for HW cursor*/ +#define HWCURSORSIZE 1024 /* Size of memory reserved + for HW cursor*/ /* Offset of chipset registers */ #define BLT_CTRL0 (0x0100) @@ -87,7 +71,6 @@ typedef struct } S1D_REGS; - /* Board specific functions */ unsigned int board_video_init (void); void board_validate_screen (unsigned int base);