X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsocfpga_arria5_socdk.h;h=24fcdd8b5a30bb7725c3aba80ecc3f5e94bc6881;hb=d32519ac8a4483803975b5aa4ef4f5affe1964bc;hp=b60d007478dfcfd5773676956069dad4b0ad16ae;hpb=57b6b62f56fb56584067d81f77f72d8baee50a95;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/socfpga_arria5_socdk.h b/include/configs/socfpga_arria5_socdk.h index b60d007..24fcdd8 100644 --- a/include/configs/socfpga_arria5_socdk.h +++ b/include/configs/socfpga_arria5_socdk.h @@ -1,17 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2014 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_SOCFPGA_ARRIA5_H__ #define __CONFIG_SOCFPGA_ARRIA5_H__ #include -/* U-Boot Commands */ -#define CONFIG_FAT_WRITE -#define CONFIG_HW_WATCHDOG - /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */ @@ -20,12 +15,6 @@ #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