X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fti816x_evm.h;h=fc5608b3fd476a05b1ccfd31646ee2805a94750d;hb=f89d6133eef2e068f9c33853b6584d7fcbfa9d2e;hp=35c7a9175b1e2a210ed4cb5edc610dae4f349eaa;hpb=d021e942107a1f7304a879cec99286ca462f7be3;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index 35c7a91..fc5608b 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * ti816x_evm.h * * Copyright (C) 2013, Adeneo Embedded * Antoine Tenart, - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_TI816X_EVM_H @@ -53,10 +52,6 @@ /* allow overwriting serial config and ethaddr */ #define CONFIG_ENV_OVERWRITE -#define CONFIG_SERIAL1 -#define CONFIG_SERIAL2 -#define CONFIG_SERIAL3 -#define CONFIG_CONS_INDEX 1 /* * GPMC NAND block. We support 1 device and the physical address to @@ -95,12 +90,9 @@ /* SPL */ /* Defines for SPL */ -#define CONFIG_SPL_TEXT_BASE 0x40400000 #define CONFIG_SPL_MAX_SIZE (SRAM_SCRATCH_SPACE_ADDR - \ CONFIG_SPL_TEXT_BASE) -#define CONFIG_DRIVER_TI_EMAC -#define CONFIG_MII #define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 10