Convert CONFIG_PCI_GT64120 to Kconfig
[platform/kernel/u-boot.git] / include / configs / rcar-gen3-common.h
index 8b4c5c0..e80e45d 100644 (file)
 
 #include <asm/arch/rmobile.h>
 
-#ifdef CONFIG_SPL
-#define CONFIG_SPL_TARGET      "spl/u-boot-spl.scif"
-#endif
-
 /* boot option */
 
 /* Generic Interrupt Controller Definitions */
 #define CONFIG_EXTRA_ENV_SETTINGS      \
        "bootm_size=0x10000000\0"
 
-/* SPL support */
-#if defined(CONFIG_R8A7795) || defined(CONFIG_R8A7796) || defined(CONFIG_R8A77965)
-#define CONFIG_SPL_BSS_START_ADDR      0xe633f000
-#else
-#define CONFIG_SPL_BSS_START_ADDR      0xe631f000
-#endif
-#define CONFIG_SPL_STACK               0xe6304000
-
 #endif /* __RCAR_GEN3_COMMON_H */