1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2017 Rockchip Electronics Co., Ltd
6 #ifndef __CONFIG_RK3308_COMMON_H
7 #define __CONFIG_RK3308_COMMON_H
9 #include "rockchip-common.h"
11 #define CONFIG_SYS_NS16550_MEM32
13 #define CONFIG_IRAM_BASE 0xfff80000
14 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
17 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */
19 #define CONFIG_SYS_SDRAM_BASE 0
20 #define SDRAM_MAX_SIZE 0xff000000
21 #define SDRAM_BANK_SIZE (2UL << 30)
23 #define ENV_MEM_LAYOUT_SETTINGS \
24 "scriptaddr=0x00500000\0" \
25 "pxefile_addr_r=0x00600000\0" \
26 "fdt_addr_r=0x02800000\0" \
27 "kernel_addr_r=0x00680000\0" \
28 "ramdisk_addr_r=0x04000000\0"
30 #include <config_distro_bootcmd.h>
31 #define CONFIG_EXTRA_ENV_SETTINGS \
32 ENV_MEM_LAYOUT_SETTINGS \
33 "partitions=" PARTS_DEFAULT \
34 ROCKCHIP_DEVICE_SETTINGS \