X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmx23evk.h;h=da1d53c883d9412f852d7d2c82e4591ba9007ded;hb=e4b91f085d4259f187052ff724c80af38fc11b18;hp=4494bf6b4b6aa41588293808b1d3be539ca174ce;hpb=0ff27d4a94637d4b1937c625d33212375bd118d9;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index 4494bf6..da1d53c 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -1,30 +1,25 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Freescale i.MX23 EVK board config * * Copyright (C) 2013 Otavio Salvador * on behalf of O.S. Systems Software LTDA. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIGS_MX23EVK_H__ #define __CONFIGS_MX23EVK_H__ /* System configurations */ -#define CONFIG_MX23 /* i.MX23 SoC */ #define CONFIG_MACH_TYPE MACH_TYPE_MX23EVK /* U-Boot Commands */ -#define CONFIG_SYS_NO_FLASH /* Memory configuration */ -#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */ #define PHYS_SDRAM_1 0x40000000 /* Base address */ #define PHYS_SDRAM_1_SIZE 0x08000000 /* Max 128 MB RAM */ #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 /* Environment */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_ENV_IS_IN_MMC /* Environment is in MMC */ #if defined(CONFIG_CMD_MMC) && defined(CONFIG_ENV_IS_IN_MMC) @@ -43,7 +38,6 @@ #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_LOGO #define CONFIG_SPLASH_SCREEN -#define CONFIG_CMD_BMP #define CONFIG_BMP_16BPP #define CONFIG_VIDEO_BMP_RLE8 #define CONFIG_VIDEO_BMP_GZIP