Merge tag 'v2023.01-rc4' into next
[platform/kernel/u-boot.git] / include / configs / highbank.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2010-2011 Calxeda, Inc.
4  */
5
6 #ifndef __CONFIG_H
7 #define __CONFIG_H
8
9 #define CFG_SYS_BOOTMAPSZ               (16 << 20)
10
11 #define CONFIG_PL011_CLOCK              150000000
12
13 /*
14  * Miscellaneous configurable options
15  */
16
17 #define CFG_SYS_SDRAM_BASE              0x00000000
18
19 #define CONFIG_EXTRA_ENV_SETTINGS                               \
20         "fdt_high=0x20000000\0"                                 \
21         "initrd_high=0x20000000\0"
22
23 #endif