X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fcolibri_vf.h;h=31ff8a00a698e045d737b5d89f5498fb51ba51ad;hb=29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a;hp=4d55c0119adeefb5b91bb12b3f29ff785609ec5e;hpb=d91013034a3222137a5ac4d82aa45f15bd6ff284;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 4d55c01..31ff8a0 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2015-2016 Toradex, Inc. * @@ -5,8 +6,6 @@ * * Based on vf610twr.h: * Copyright 2013 Freescale Semiconductor, Inc. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -44,14 +43,11 @@ #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR /* Dynamic MTD partition support */ -#define CONFIG_MTD_PARTITIONS -#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 #define CONFIG_FEC_MXC -#define CONFIG_MII #define IMX_FEC_BASE ENET1_BASE_ADDR #define CONFIG_FEC_XCV_TYPE RMII #define CONFIG_FEC_MXC_PHYADDR 0 @@ -136,7 +132,6 @@ #define CONFIG_SYS_HZ 1000 /* Physical memory map */ -#define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM (0x80000000) #define PHYS_SDRAM_SIZE (256 * 1024 * 1024)