]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rcar-gen3-common.h
rockchip: fix turning off boot-mode via Kconfig
[u-boot] / include / configs / rcar-gen3-common.h
index 44d3e9c7269ebda0b7e6c0973ce988983aabeeeb..6deed0dcd70af394e99b814f2fbcdaa1f6760d21 100644 (file)
 
 #include <asm/arch/rmobile.h>
 
-#define CONFIG_CMD_EXT2
-#define CONFIG_CMD_EXT4
-#define CONFIG_CMD_EXT4_WRITE
-
 #define CONFIG_REMAKE_ELF
 
 /* boot option */
 
 #define CONFIG_ARCH_CPU_INIT
 
-#define CONFIG_SH_GPIO_PFC
-
 /* console */
 #define CONFIG_SYS_CBSIZE              2048
-#define CONFIG_SYS_PBSIZE              \
-       (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 #define CONFIG_SYS_LONGHELP
 #define CONFIG_SYS_MAXARGS             64
@@ -48,7 +40,7 @@
 
 /* MEMORY */
 #define CONFIG_SYS_TEXT_BASE           0x50000000
-#define CONFIG_SYS_INIT_SP_ADDR                (CONFIG_SYS_TEXT_BASE + 0x7fff0)
+#define CONFIG_SYS_INIT_SP_ADDR                CONFIG_SYS_TEXT_BASE
 
 #define DRAM_RSV_SIZE                  0x08000000
 #if defined(CONFIG_R8A7795)