aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cheza/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cheza/romstage.c')
-rw-r--r--src/mainboard/google/cheza/romstage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/cheza/romstage.c b/src/mainboard/google/cheza/romstage.c
index 7b7da4ce8c..de737b1159 100644
--- a/src/mainboard/google/cheza/romstage.c
+++ b/src/mainboard/google/cheza/romstage.c
@@ -15,6 +15,7 @@
#include <arch/stages.h>
#include <soc/usb.h>
+#include <soc/qclib_common.h>
static void prepare_usb(void)
{
@@ -28,4 +29,7 @@ static void prepare_usb(void)
void platform_romstage_main(void)
{
prepare_usb();
+
+ /* QCLib: DDR init & train */
+ qclib_load_and_run();
}