X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fxfi3.h;h=51efab1d2c1a566c0cb01cd24d5da20961a6ff0d;hb=3e99c183739afe698df8a4ba813940c94379095b;hp=1e70a762e0d9e6991044f338914633dfd35f7913;hpb=26f9184e094541b672f83f23652e2e737d5d0729;p=oweals%2Fu-boot.git diff --git a/include/configs/xfi3.h b/include/configs/xfi3.h index 1e70a762e0..51efab1d2c 100644 --- a/include/configs/xfi3.h +++ b/include/configs/xfi3.h @@ -1,24 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2013 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIGS_XFI3_H__ #define __CONFIGS_XFI3_H__ -/* System configurations */ -#define CONFIG_MX23 /* i.MX23 SoC */ - /* U-Boot Commands */ /* 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_SIZE (16 * 1024) #define CONFIG_ENV_OVERWRITE /* Booting Linux */