diff options
author | Neil Armstrong | 2019-05-22 13:30:56 +0200 |
---|---|---|
committer | Neil Armstrong | 2019-08-12 10:05:10 +0200 |
commit | eb1677250d704b93169a58114a74424c7bfa495a (patch) | |
tree | 7c7cae05ba938da841bf229fb97b7098785b6b35 /configs/sei510_defconfig | |
parent | 9a34dedfae0ebb031a45324c2fed8c39b2c6fcf2 (diff) |
configs: sei510: disable PSCI_RESET to support fastboot reboot_flag
Disable the PSCI_RESET reboot handler to permit handling the reboot
flag and calling the PSCI handler with the flag in parameter.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/sei510_defconfig')
-rw-r--r-- | configs/sei510_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sei510_defconfig b/configs/sei510_defconfig index 20534bd6b46..6c89d4a3819 100644 --- a/configs/sei510_defconfig +++ b/configs/sei510_defconfig @@ -7,6 +7,7 @@ CONFIG_MESON_G12A=y CONFIG_DEBUG_UART_BASE=0xff803000 CONFIG_DEBUG_UART_CLOCK=24000000 CONFIG_IDENT_STRING=" sei510" +# CONFIG_PSCI_RESET is not set CONFIG_DEBUG_UART=y CONFIG_NR_DRAM_BANKS=1 CONFIG_OF_BOARD_SETUP=y |