blob: a7d21a76dba5684c071fae560c755803ee7ee685 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rob Herring37fc0ed2011-10-24 08:50:20 +00002/*
3 * Copyright 2010-2011 Calxeda, Inc.
Rob Herring37fc0ed2011-10-24 08:50:20 +00004 */
5
6#ifndef __CONFIG_H
7#define __CONFIG_H
8
Rob Herring37fc0ed2011-10-24 08:50:20 +00009#define CONFIG_SYS_BOOTMAPSZ (16 << 20)
10
Rob Herring37fc0ed2011-10-24 08:50:20 +000011#define CONFIG_PL011_CLOCK 150000000
Rob Herring37fc0ed2011-10-24 08:50:20 +000012
Rob Herring37fc0ed2011-10-24 08:50:20 +000013/*
14 * Miscellaneous configurable options
15 */
Rob Herring37fc0ed2011-10-24 08:50:20 +000016
Rob Herring37fc0ed2011-10-24 08:50:20 +000017#define CONFIG_SYS_SDRAM_BASE 0x00000000
Rob Herring37fc0ed2011-10-24 08:50:20 +000018
Andre Przywara84b2cd72021-04-12 01:04:50 +010019#define CONFIG_EXTRA_ENV_SETTINGS \
20 "fdt_high=0x20000000\0" \
21 "initrd_high=0x20000000\0"
22
Rob Herring37fc0ed2011-10-24 08:50:20 +000023#endif