Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / include / configs / rcar-gen3-common.h
index 745291a971fcb0ee758c92f7ac998091e577fc2e..6deed0dcd70af394e99b814f2fbcdaa1f6760d21 100644 (file)
@@ -31,8 +31,6 @@
 
 #define CONFIG_ARCH_CPU_INIT
 
-#define CONFIG_SH_GPIO_PFC
-
 /* console */
 #define CONFIG_SYS_CBSIZE              2048
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
@@ -42,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)