blob: c4ae397e3e68c7a46236c44ad78268f29b864d0b [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 */
Tom Rini0613c362022-12-04 10:03:50 -050020#define CFG_EXTRA_ENV_SETTINGS \
Chris Packhamc0def242016-09-22 12:56:14 +120021 "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 */