diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-25 17:04:31 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-26 23:30:39 +0200 |
commit | bfa51979dcd923546f9dff0303d39f360ebd26b3 (patch) | |
tree | 0775a30958bc958fe1ea05434ea90a1abe89d633 /src/soc/rockchip/rk3288 | |
parent | 463d665cb13620b3700b61b5ffaaad7ef8ac0756 (diff) |
rockchip/rk3288: complete vboot configuration and move to SoC
Where vboot verification can start, and how the code flow looks like is more a
property of the SoC (and its properties, like amount of SRAM) rather than the
board.
Change-Id: I610153ea4ceddc226d8cc3e17a515e41fc0479cf
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10662
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/rockchip/rk3288')
-rw-r--r-- | src/soc/rockchip/rk3288/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/Kconfig b/src/soc/rockchip/rk3288/Kconfig index 1b825151c6..3a4712e4d3 100644 --- a/src/soc/rockchip/rk3288/Kconfig +++ b/src/soc/rockchip/rk3288/Kconfig @@ -31,6 +31,9 @@ config SOC_ROCKCHIP_RK3288 select UNCOMPRESSED_RAMSTAGE select GENERIC_GPIO_LIB select RTC + select VBOOT_STARTS_IN_BOOTBLOCK + select SEPARATE_VERSTAGE + select RETURN_FROM_VERSTAGE if SOC_ROCKCHIP_RK3288 |