summaryrefslogtreecommitdiff
path: root/configs/lion-rk3368_defconfig
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-21 19:20:09 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-21 21:31:48 +0200
commit7d61a541e5ce8caf10dd8b7d847e12276368952a (patch)
tree7b6e0b3157b77b68fadf4945792be6784c72fc97 /configs/lion-rk3368_defconfig
parent1c71b33bd17d7357591cfb63869ef79d26944637 (diff)
rockchip: rk3368-lion: add code to allow forcing a power-on resetv2019.04-som
Similar to the RK3399, the RK3368 only resets almost all logic when a software reset is performed. To make our software maintenance easier in the future, we want to have the option (controlled by a DTS property) to force all reset causes other than a power-on reset to trigger a power-on reset via a GPIO trigger. This adds the necessary support to the rk3368-lion (i.e. RK3368-uQ7) board-support. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'configs/lion-rk3368_defconfig')
-rw-r--r--configs/lion-rk3368_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig
index 7b0da59fbf..6a0476251c 100644
--- a/configs/lion-rk3368_defconfig
+++ b/configs/lion-rk3368_defconfig
@@ -1,6 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_SYS_TEXT_BASE=0x00200000
+CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_SYS_MALLOC_F_LEN=0x2000