2 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
3 * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
5 * SPDX-License-Identifier: GPL-2.0+
13 #define CONFIG_SYS_FLASH_BASE 0x08000000
14 #define CONFIG_SYS_INIT_SP_ADDR 0x24040000
17 * Configuration of the external SDRAM memory
19 #define CONFIG_NR_DRAM_BANKS 1
20 #define CONFIG_SYS_RAM_BASE 0xD0000000
21 #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_RAM_BASE
22 #define CONFIG_SYS_LOAD_ADDR 0xD0400000
23 #define CONFIG_LOADADDR 0xD0400000
25 #define CONFIG_ENV_SIZE (8 << 10)
27 #define CONFIG_SYS_ARCH_TIMER
28 #define CONFIG_SYS_HZ_CLOCK 250000000
30 #define CONFIG_CMDLINE_TAG
31 #define CONFIG_SETUP_MEMORY_TAGS
32 #define CONFIG_INITRD_TAG
33 #define CONFIG_REVISION_TAG
35 #define CONFIG_SYS_MAXARGS 16
36 #define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024)
38 #define CONFIG_BOOTARGS \
39 "console=ttyS0,115200 earlyprintk consoleblank=0 ignore_loglevel"
42 * Command line configuration.
44 #define CONFIG_CMD_CACHE
45 #define CONFIG_BOARD_LATE_INIT
47 #endif /* __CONFIG_H */