Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video
[platform/kernel/u-boot.git] / include / configs / rk3568_common.h
index f9c7c23..15e8152 100644 (file)
 
 #define CONFIG_IRAM_BASE               0xfdcc0000
 
-#define CONFIG_SYS_BOOTM_LEN           (64 << 20)      /* 64M */
-
 #define CONFIG_SYS_SDRAM_BASE          0
 #define SDRAM_MAX_SIZE                 0xf0000000
 
-#ifndef CONFIG_SPL_BUILD
 #define ENV_MEM_LAYOUT_SETTINGS                \
        "scriptaddr=0x00c00000\0"       \
        "pxefile_addr_r=0x00e00000\0"   \
@@ -30,6 +27,5 @@
        "partitions=" PARTS_DEFAULT             \
        ROCKCHIP_DEVICE_SETTINGS                \
        BOOTENV
-#endif
 
 #endif