Convert CONFIG_PCI_GT64120 to Kconfig
[platform/kernel/u-boot.git] / include / configs / rk3128_common.h
index 8f04e9d..f3e0eef 100644 (file)
@@ -8,15 +8,10 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_SYS_MAXARGS             16
-#define CONFIG_SYS_CBSIZE              1024
-
 #define CONFIG_SYS_HZ_CLOCK            24000000
 
 #define CONFIG_IRAM_BASE               0x10080000
 
-#define CONFIG_SYS_INIT_SP_ADDR                0x60100000
-
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* 64M */
 
 /* RAW SD card / eMMC locations. */
@@ -27,8 +22,6 @@
 #define CONFIG_USB_OHCI_NEW
 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS     1
 
-#ifndef CONFIG_SPL_BUILD
-
 /* usb mass storage */
 
 #define ENV_MEM_LAYOUT_SETTINGS \
@@ -46,5 +39,3 @@
        BOOTENV
 
 #endif
-
-#endif