diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-01-07 19:32:56 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-01-27 20:38:54 +0100 |
commit | 789edf694c63a6eff1188b3672af7d0228a1a0d9 (patch) | |
tree | 0a6833d88e87ea8e254d7a4509e090677c7d6158 /include/configs/rcar-gen2-common.h | |
parent | bb834b62470c4c56da51aa50a7c2f7ea8d5e0d95 (diff) |
ARM: rmobile: Convert R8A7791 Porter board to DM and DT
Convert the R8A7791 Porter board to DM and DT. This implies mostly
enabling the necessary configuration options and plucking out the
ad-hoc configuration from the board file. Moreover, the pre-reloc
malloc size was increased to allow the clock driver to start up
early without running out of malloc space and the early stack was
moved further up in the DRAM to avoid rewriting U-Boot itself.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/rcar-gen2-common.h')
-rw-r--r-- | include/configs/rcar-gen2-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index d7792978f73..ad436fd8b18 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -21,7 +21,9 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_TMU_TIMER +#ifndef CONFIG_PINCTRL_PFC #define CONFIG_SH_GPIO_PFC +#endif /* console */ |