global: Convert CONFIG_LOADADDR to CONFIG_SYS_LOADADDR
[platform/kernel/u-boot.git] / include / configs / socfpga_arria10_socdk.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  Copyright (C) 2015-2019 Altera Corporation <www.altera.com>
4  */
5
6 #ifndef __CONFIG_SOCFGPA_ARRIA10_H__
7 #define __CONFIG_SOCFGPA_ARRIA10_H__
8
9 #include <asm/arch/base_addr_a10.h>
10
11 /* Booting Linux */
12 #define CONFIG_SYS_LOAD_ADDR            0x01000000
13
14 /*
15  * U-Boot general configurations
16  */
17
18 /* Memory configurations  */
19 #define PHYS_SDRAM_1_SIZE               0x40000000
20
21 /*
22  * Serial / UART configurations
23  */
24 #define CONFIG_SYS_NS16550_MEM32
25 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
26
27 /*
28  * L4 OSC1 Timer 0
29  */
30 /* reload value when timer count to zero */
31 #define TIMER_LOAD_VAL                  0xFFFFFFFF
32
33 /*
34  * Flash configurations
35  */
36 #define CONFIG_SYS_MAX_FLASH_BANKS     1
37
38 /* SPL memory allocation configuration, this is for FAT implementation */
39 #define CONFIG_SYS_SPL_MALLOC_SIZE      0x00015000
40
41 /* The rest of the configuration is shared */
42 #include <configs/socfpga_common.h>
43
44 #endif  /* __CONFIG_SOCFGPA_ARRIA10_H__ */