soc/intel/quark: Fix spelling error

Change Memroy to Memory in comment.

TEST=None

Change-Id: Ic57fcf962be6a302dcd7b52b9256a182577e734b
Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com>
Reviewed-on: https://review.coreboot.org/14881
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Lee Leahy 2016-05-17 11:29:14 -07:00 committed by Leroy P Leahy
parent 3f0fe68c4b
commit 5d9f5ff910
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <device/pci.h> #include <device/pci.h>
#include <soc/QuarkNcSocId.h> #include <soc/QuarkNcSocId.h>
/* DEVICE 0 (Memroy Controller Hub) */ /* DEVICE 0 (Memory Controller Hub) */
#define MC_BDF PCI_DEV(PCI_BUS_NUMBER_QNC, MC_DEV, MC_FUN) #define MC_BDF PCI_DEV(PCI_BUS_NUMBER_QNC, MC_DEV, MC_FUN)
/* Device IDs */ /* Device IDs */