X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsocfpga_de1_soc.h;h=9919d292dc7d3319957e9d1ced0b41a3ff71463d;hb=19ea606109135c3d9892d86e1b1c2a8fb551cc1b;hp=014828bc08279c873d8cf873baaa31e7f05b6a57;hpb=9e41d225ca55f21f2801137d5d041d54f44dc3cd;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/socfpga_de1_soc.h b/include/configs/socfpga_de1_soc.h index 014828b..9919d29 100644 --- a/include/configs/socfpga_de1_soc.h +++ b/include/configs/socfpga_de1_soc.h @@ -1,17 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2016 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_TERASIC_DE1_SOC_H__ #define __CONFIG_TERASIC_DE1_SOC_H__ #include -/* U-Boot Commands */ -#define CONFIG_FAT_WRITE -#define CONFIG_HW_WATCHDOG - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB */ @@ -19,14 +14,6 @@ #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