X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fnovena.h;h=25736f3c03e7d88d035418cb27b95e87c5c06063;hb=0223462b373b975d970fa86e5e1a7eadd1d41820;hp=dd0e6370629fc8e40611dc79096055cf4cb1c5cb;hpb=b6251db8c3f0de605b4cd6f15a00fc7dd19cda63;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/novena.h b/include/configs/novena.h index dd0e637..25736f3 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -1,19 +1,16 @@ +/* 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 #include "mx6_common.h" /* U-Boot Commands */ @@ -38,10 +35,9 @@ /* Booting Linux */ #define CONFIG_BOOTFILE "fitImage" -#define CONFIG_HOSTNAME novena +#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 @@ -64,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" @@ -108,12 +103,10 @@ /* SATA Configs */ #ifdef CONFIG_CMD_SATA -#define CONFIG_DWC_AHSATA #define CONFIG_SYS_SATA_MAX_DEVICE 1 #define CONFIG_DWC_AHSATA_PORT_ID 0 #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR #define CONFIG_LBA48 -#define CONFIG_LIBATA #endif /* UART */