blob: b9d03d253d99d9d793d6b1b921d4cb742dc8538f [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chris Packhamc0def242016-09-22 12:56:14 +12002/*
3 * Copyright (C) 2014 Stefan Roese <sr@denx.de>
Chris Packhamc0def242016-09-22 12:56:14 +12004 */
5
6#ifndef _CONFIG_DB_88F6820_AMC_H
7#define _CONFIG_DB_88F6820_AMC_H
8
9/*
10 * High Level Configuration Options (easy to change)
11 */
12
Chris Packhamc0def242016-09-22 12:56:14 +120013/* Environment in SPI NOR flash */
Chris Packhamc0def242016-09-22 12:56:14 +120014
Chris Packhamc0def242016-09-22 12:56:14 +120015#define PHY_ANEG_TIMEOUT 8000 /* PHY needs a longer aneg time */
16
Chris Packham42f75052016-09-22 12:56:15 +120017/* NAND */
Chris Packham42f75052016-09-22 12:56:15 +120018
Chris Packhamc0def242016-09-22 12:56:14 +120019/* Keep device tree and initrd in lower memory so the kernel can access them */
20#define CONFIG_EXTRA_ENV_SETTINGS \
21 "fdt_high=0x10000000\0" \
22 "initrd_high=0x10000000\0"
23
Chris Packhamc0def242016-09-22 12:56:14 +120024/*
25 * mv-common.h should be defined after CMD configs since it used them
26 * to enable certain macros
27 */
28#include "mv-common.h"
Chris Packhamc0def242016-09-22 12:56:14 +120029
30#endif /* _CONFIG_DB_88F6820_AMC_H */