Prepare v2023.10
[platform/kernel/u-boot.git] / include / configs / rk3308_common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2017 Rockchip Electronics Co., Ltd
4  */
5
6 #ifndef __CONFIG_RK3308_COMMON_H
7 #define __CONFIG_RK3308_COMMON_H
8
9 #include "rockchip-common.h"
10
11 #define CFG_IRAM_BASE           0xfff80000
12
13 #define CFG_SYS_SDRAM_BASE              0
14 #define SDRAM_MAX_SIZE                  0xff000000
15
16 #define ENV_MEM_LAYOUT_SETTINGS \
17         "scriptaddr=0x00500000\0" \
18         "pxefile_addr_r=0x00600000\0" \
19         "fdt_addr_r=0x02800000\0" \
20         "kernel_addr_r=0x00680000\0" \
21         "ramdisk_addr_r=0x04000000\0"
22
23 #define CFG_EXTRA_ENV_SETTINGS \
24         ENV_MEM_LAYOUT_SETTINGS \
25         "partitions=" PARTS_DEFAULT \
26         ROCKCHIP_DEVICE_SETTINGS \
27         "boot_targets=" BOOT_TARGETS "\0"
28
29 #endif