Merge tag 'tpm-030822' of https://source.denx.de/u-boot/custodians/u-boot-tpm
[platform/kernel/u-boot.git] / include / configs / rk3066_common.h
index be7d644..9297184 100644 (file)
@@ -9,22 +9,12 @@
 #include <asm/arch-rockchip/hardware.h>
 #include "rockchip-common.h"
 
-#define CONFIG_SYS_CBSIZE              256
-
-#define CONFIG_SYS_INIT_SP_ADDR                0x78000000
-
 #define CONFIG_IRAM_BASE               0x10080000
 
-#define CONFIG_SPL_MAX_SIZE            0x32000
-
-#define CONFIG_SPL_STACK               0x1008FFFF
-
 #define CONFIG_SYS_SDRAM_BASE          0x60000000
 #define SDRAM_BANK_SIZE                        (1024UL << 20UL)
 #define SDRAM_MAX_SIZE                 CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE
 
-#ifndef CONFIG_SPL_BUILD
-
 #define ENV_MEM_LAYOUT_SETTINGS \
        "scriptaddr=0x60000000\0" \
        "pxefile_addr_r=0x60100000\0" \
@@ -42,6 +32,4 @@
        ROCKCHIP_DEVICE_SETTINGS \
        BOOTENV
 
-#endif /* CONFIG_SPL_BUILD */
-
 #endif