diff options
Diffstat (limited to 'src/mainboard/google/veyron_danger')
-rw-r--r-- | src/mainboard/google/veyron_danger/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/veyron_danger/romstage.c b/src/mainboard/google/veyron_danger/romstage.c index d0e194bc76..e32089843c 100644 --- a/src/mainboard/google/veyron_danger/romstage.c +++ b/src/mainboard/google/veyron_danger/romstage.c @@ -79,6 +79,7 @@ void main(void) timestamp_add_now(TS_START_ROMSTAGE); console_init(); + exception_init(); configure_l2ctlr(); tsadc_init(); |