summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-05-17 11:52:45 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 22:47:44 +0200
commit2ad63c2e08de2cccc7de42c4c3c5efeec7af25ad (patch)
tree41715fe109b39ca4a7f221d7a80e7d9c9d5a45dd /src/cpu/samsung/exynos5250/Makefile.inc
parent062c17bb78825a304aefd8b53d07c7be38211e42 (diff)
downloadcoreboot-2ad63c2e08de2cccc7de42c4c3c5efeec7af25ad.tar.xz
Exynos5250: Initialize USB PHY
... this is needed for libpayload to talk to USB devices. Change-Id: I7eb19003c9e96efb5fa7a3f97c7b15f3ef332687 Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3696 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/samsung/exynos5250/Makefile.inc')
-rw-r--r--src/cpu/samsung/exynos5250/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/Makefile.inc b/src/cpu/samsung/exynos5250/Makefile.inc
index e4e373c480..73fd3c5a4c 100644
--- a/src/cpu/samsung/exynos5250/Makefile.inc
+++ b/src/cpu/samsung/exynos5250/Makefile.inc
@@ -52,6 +52,7 @@ ramstage-y += gpio.c
ramstage-y += i2c.c
ramstage-y += dp-reg.c
ramstage-y += fb.c
+ramstage-y += usb.c
exynos5250_add_bl1: $(obj)/coreboot.pre
printf " DD Adding Samsung Exynos5250 BL1\n"