diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-10 20:14:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-10 20:14:38 -0400 |
commit | 2ee87b0c1a5439e4ad6467cb8d5e8fb58922ca4b (patch) | |
tree | 96138b4bbe7b06ae10aae41ab1aac2a58dc5148d /include | |
parent | 45c9d96ae40b0c4292eb67d687f0bf698a0ce72b (diff) | |
parent | 17cf99a5bb904a6e7c8797db2632bbe65ae1cfb5 (diff) | |
download | u-boot-2ee87b0c1a5439e4ad6467cb8d5e8fb58922ca4b.tar.gz |
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rcar-gen3-common.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index 49b1b5ade4..6deed0dcd7 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -12,10 +12,6 @@ #include <asm/arch/rmobile.h> -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_EXT4 -#define CONFIG_CMD_EXT4_WRITE - #define CONFIG_REMAKE_ELF /* boot option */ @@ -35,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 @@ -46,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) |