soc/intel/quark: Rename usb.c to ehci.c
Rename usb.c to ehci.c since it contains EHCI specific content. TEST=Build and run on Galileo Gen2 Change-Id: Ifdb7cd937b1dffda1959b76e1c911ffd93f53cb6 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14939 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@google.com>
This commit is contained in:
parent
e1bff02ebe
commit
6923e8c40d
|
@ -25,6 +25,7 @@ romstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart_common.c
|
|||
|
||||
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += acpi.c
|
||||
ramstage-y += chip.c
|
||||
ramstage-y += ehci.c
|
||||
ramstage-y += gpio_i2c.c
|
||||
ramstage-y += memmap.c
|
||||
ramstage-y += northcluster.c
|
||||
|
@ -33,7 +34,6 @@ ramstage-y += reg_access.c
|
|||
ramstage-y += tsc_freq.c
|
||||
ramstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart_common.c
|
||||
ramstage-$(CONFIG_ENABLE_BUILTIN_HSUART1) += uart.c
|
||||
ramstage-y += usb.c
|
||||
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/quark
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/quark/include
|
||||
|
|
Loading…
Reference in New Issue