diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-07-31 17:39:03 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-08 12:05:51 +0200 |
commit | 0c02eefe2bfaff878e7c13f71daabaffd6e727f0 (patch) | |
tree | 24fdef7143e2e7bb4cd8c0f76ac00b0acf571d9b /src/soc/broadcom | |
parent | 1d915cae2b946561515c1309000b284f08fb8b80 (diff) |
broadcom/cygnus: returning from verstage without having one is useless
Change-Id: I488b74b73a7654e97958a80fa7c83258fea3e959
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: http://review.coreboot.org/11103
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/broadcom')
-rw-r--r-- | src/soc/broadcom/cygnus/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/broadcom/cygnus/Kconfig b/src/soc/broadcom/cygnus/Kconfig index e6da57c338..7ab305cbae 100644 --- a/src/soc/broadcom/cygnus/Kconfig +++ b/src/soc/broadcom/cygnus/Kconfig @@ -29,6 +29,7 @@ config SOC_BROADCOM_CYGNUS select HAVE_MONOTONIC_TIMER select HAVE_UART_SPECIAL select HAS_PRECBMEM_TIMESTAMP_REGION + select SEPARATE_VERSTAGE select RETURN_FROM_VERSTAGE select GENERIC_GPIO_LIB |