]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/socfpga_arria5_socdk.h
arm: socfpga: A5 SoCDK use environment in common header
[people/ms/u-boot.git] / include / configs / socfpga_arria5_socdk.h
CommitLineData
c115a0d4
MV
1/*
2 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6#ifndef __CONFIG_SOCFPGA_ARRIA5_H__
7#define __CONFIG_SOCFPGA_ARRIA5_H__
8
871c24bc 9#include <asm/arch/base_addr_ac5.h>
c115a0d4
MV
10
11/* U-Boot Commands */
c115a0d4
MV
12#define CONFIG_FAT_WRITE
13#define CONFIG_HW_WATCHDOG
14
c115a0d4
MV
15/* Memory configurations */
16#define PHYS_SDRAM_1_SIZE 0x40000000 /* 1GiB on SoCDK */
17
18/* Booting Linux */
4c6d8b91 19#define CONFIG_LOADADDR 0x01000000
c115a0d4
MV
20#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
21
22/* Ethernet on SoC (EMAC) */
23#if defined(CONFIG_CMD_NET)
c115a0d4
MV
24#define CONFIG_PHY_MICREL
25#define CONFIG_PHY_MICREL_KSZ9021
c115a0d4
MV
26#endif
27
68a3e32b 28#define CONFIG_ENV_IS_IN_MMC
68a3e32b 29
c115a0d4
MV
30/* The rest of the configuration is shared */
31#include <configs/socfpga_common.h>
32
33#endif /* __CONFIG_SOCFPGA_ARRIA5_H__ */