On Wed, Feb 25, 2015 at 3:11 PM, Bin Meng <bmeng...@gmail.com> wrote: > Hi Simon, > > On Wed, Feb 11, 2015 at 9:59 AM, Simon Glass <s...@chromium.org> wrote: >> Add Lynxpoint to the driver so that the Asus Chromebox can be supported. >> >> Signed-off-by: Simon Glass <s...@chromium.org> >> --- >> >> drivers/spi/ich.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/drivers/spi/ich.c b/drivers/spi/ich.c >> index 194e882..9848e0b 100644 >> --- a/drivers/spi/ich.c >> +++ b/drivers/spi/ich.c >> @@ -185,7 +185,8 @@ static int get_ich_version(uint16_t device_id) >> device_id <= PCI_DEVICE_ID_INTEL_COUGARPOINT_LPC_MAX) || >> (device_id >= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MIN && >> device_id <= PCI_DEVICE_ID_INTEL_PANTHERPOINT_LPC_MAX) || >> - device_id == PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC) >> + device_id == PCI_DEVICE_ID_INTEL_VALLEYVIEW_LPC || >> + device_id == PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC) > > Where is PCI_DEVICE_ID_INTEL_LYNXPOINT_LPC defined? >
Ah, I see it in the patch#5 in this series! >> return 9; >> >> return 0; >> -- > Regards, Bin _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot