summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-02-05 23:42:25 +0800
committerSimon Glass <sjg@chromium.org>2015-02-06 12:07:43 -0700
commit236b711e89b529758ab474660b936140dbab3842 (patch)
tree93a005d115b6c8bab8466dd8ae37db083af5b1d4 /arch/x86
parentb829f12afa768633502a546f678441391c1d76e4 (diff)
downloadtalos-obmc-uboot-236b711e89b529758ab474660b936140dbab3842.tar.gz
talos-obmc-uboot-236b711e89b529758ab474660b936140dbab3842.zip
x86: quark: Enable the Memory Reference Code build
Turn on the Memory Reference code build in the quark Makefile. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/cpu/quark/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/quark/Makefile b/arch/x86/cpu/quark/Makefile
index 168c1e6c3a..e87b4248e6 100644
--- a/arch/x86/cpu/quark/Makefile
+++ b/arch/x86/cpu/quark/Makefile
@@ -5,4 +5,5 @@
#
obj-y += car.o dram.o msg_port.o quark.o
+obj-y += mrc.o mrc_util.o hte.o smc.o
obj-$(CONFIG_PCI) += pci.o
OpenPOWER on IntegriCloud