]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rk3288_common.h
cfi_flash: Use __func__ macro instead of function name
[u-boot] / include / configs / rk3288_common.h
index 34f255847a8c940c793a291c1da72e69795f9804..c2bd378437eb701655009e2ff73e4e1bf510486f 100644 (file)
@@ -12,7 +12,6 @@
 
 #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
 #define CONFIG_NR_DRAM_BANKS           1
-#define CONFIG_ENV_SIZE                        0x2000
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)
 #define CONFIG_SYS_CBSIZE              1024
 
@@ -35,7 +34,7 @@
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_TPL_BOOTROM_SUPPORT)
 # define CONFIG_SPL_TEXT_BASE          0x0
 #else
-# define CONFIG_SPL_TEXT_BASE          0xff704004
+# define CONFIG_SPL_TEXT_BASE          0xff704000
 #endif
 
 /* MMC/SD IP block */
@@ -59,7 +58,6 @@
 
 #ifndef CONFIG_SPL_BUILD
 /* usb otg */
-#define CONFIG_ROCKCHIP_USB2_PHY
 
 /* usb mass storage */
 #define CONFIG_USB_FUNCTION_MASS_STORAGE