X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsocfpga_socrates.h;h=f482005ce3126f0c1e1948f4cd0013de27b9ecab;hb=bf2c48fa1a6e068f232d84aae43b5dad654a9017;hp=a08fa9ff4ccc5dbf432bdc9c36ba1d75888de1ef;hpb=821560fd8e43eecc208c1c52ad24faadb6b52703;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/socfpga_socrates.h b/include/configs/socfpga_socrates.h index a08fa9f..f482005 100644 --- a/include/configs/socfpga_socrates.h +++ b/include/configs/socfpga_socrates.h @@ -1,30 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2015 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_SOCFPGA_SOCRATES_H__ #define __CONFIG_SOCFPGA_SOCRATES_H__ #include -#define CONFIG_HW_WATCHDOG - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCrates */ -/* Booting Linux */ -#define CONFIG_LOADADDR 0x01000000 -#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR - -/* Ethernet on SoC (EMAC) */ -#if defined(CONFIG_CMD_NET) -#define CONFIG_PHY_MICREL -#define CONFIG_PHY_MICREL_KSZ9021 -#endif - -#define CONFIG_ENV_IS_IN_MMC - /* The rest of the configuration is shared */ #include