X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=disk%2Fpart_amiga.c;h=260a3d5e87c8eac903403fc904e73e440ed61111;hb=74321944e62891b77b95e00f0779607bd225dbd0;hp=dc7d46256dd64a59f7979cd2051340203ce3bed5;hpb=b37d41aa24aedd84f718d019e5b7a27a06aa73fc;p=platform%2Fkernel%2Fu-boot.git diff --git a/disk/part_amiga.c b/disk/part_amiga.c index dc7d462..260a3d5 100644 --- a/disk/part_amiga.c +++ b/disk/part_amiga.c @@ -3,34 +3,14 @@ * Hans-Joerg Frieden, Hyperion Entertainment * Hans-JoergF@hyperion-entertainment.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+ */ #include #include #include #include "part_amiga.h" -#if defined(CONFIG_CMD_IDE) || \ - defined(CONFIG_CMD_SCSI) || \ - defined(CONFIG_CMD_USB) || \ - defined(CONFIG_MMC) || \ - defined(CONFIG_SYSTEMACE) +#ifdef HAVE_BLOCK_DEVICE #undef AMIGA_DEBUG