X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fnovena.h;h=25736f3c03e7d88d035418cb27b95e87c5c06063;hb=2b9b9cdd5f9ae1cbc786ba3c2255a51b3ea4a636;hp=121d339a16df44b64a9cd41c57e99f4177e6c03d;hpb=844fb498cc978608ec88bdf29913c0d46c85bfff;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/novena.h b/include/configs/novena.h index 121d339..25736f3 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -1,16 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Configuration settings for the Novena U-Boot. * * Copyright (C) 2014 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H #define __CONFIG_H /* System configurations */ -#define CONFIG_MISC_INIT_R #define CONFIG_KEYBOARD #include "mx6_common.h" @@ -40,7 +38,6 @@ #define CONFIG_HOSTNAME "novena" /* Physical Memory Map */ -#define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM MMDC0_ARB_BASE_ADDR #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM @@ -63,7 +60,6 @@ /* Ethernet Configuration */ #ifdef CONFIG_CMD_NET #define CONFIG_FEC_MXC -#define CONFIG_MII #define IMX_FEC_BASE ENET_BASE_ADDR #define CONFIG_FEC_XCV_TYPE RGMII #define CONFIG_ETHPRIME "FEC"