diff options
Diffstat (limited to 'src/soc/imgtec/pistachio/Makefile.inc')
-rw-r--r-- | src/soc/imgtec/pistachio/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/imgtec/pistachio/Makefile.inc b/src/soc/imgtec/pistachio/Makefile.inc index 6dc18f3b5e..0a3d456de3 100644 --- a/src/soc/imgtec/pistachio/Makefile.inc +++ b/src/soc/imgtec/pistachio/Makefile.inc @@ -38,6 +38,7 @@ ramstage-y += monotonic_timer.c ramstage-y += soc.c romstage-y += cbmem.c +romstage-y += ddr2_init.c romstage-y += romstage.c romstage-y += monotonic_timer.c |