blob: b174b0db66aa1c817492a83ca480ea2e5125a4c1 [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 Packham42f75052016-09-22 12:56:15 +120015/* NAND */
Chris Packham42f75052016-09-22 12:56:15 +120016
Chris Packhamc0def242016-09-22 12:56:14 +120017/* Keep device tree and initrd in lower memory so the kernel can access them */
Tom Rini0613c362022-12-04 10:03:50 -050018#define CFG_EXTRA_ENV_SETTINGS \
Chris Packhamc0def242016-09-22 12:56:14 +120019 "fdt_high=0x10000000\0" \
20 "initrd_high=0x10000000\0"
21
Chris Packhamc0def242016-09-22 12:56:14 +120022/*
23 * mv-common.h should be defined after CMD configs since it used them
24 * to enable certain macros
25 */
26#include "mv-common.h"
Chris Packhamc0def242016-09-22 12:56:14 +120027
28#endif /* _CONFIG_DB_88F6820_AMC_H */