summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorrobotboy <robotboy@chromium.org>2010-02-02 13:44:17 -0800
committerSimon Glass <sjg@chromium.org>2011-08-24 09:56:47 -0700
commit1845209602a034e6b63df5159937f26c785935a4 (patch)
treea84161526459a3b65615d908174e7514db412049 /common/Makefile
parentb71a7e6b24e5cb47d5e7e64162b5dd8a721bed91 (diff)
Add a ramconfig command.
Ramconfig allows you to dynamically modify the mapping of various dram banks. It requires the function dram_reinit to be defined. Review URL: http://codereview.chromium.org/569012
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index b1f2efa88d..1596db44d6 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -176,6 +176,7 @@ COBJS-$(CONFIG_UPDATE_TFTP) += update.o
COBJS-$(CONFIG_USB_KEYBOARD) += usb_kbd.o
COBJS-$(CONFIG_BOOTSTAGE) += bootstage.o
COBJS-$(CONFIG_CMD_GETTIME) += cmd_gettime.o
+COBJS-$(CONFIG_CMD_RAMCONFIG) += cmd_ramconfig.o
COBJS := $(sort $(COBJS-y))