summaryrefslogtreecommitdiff
path: root/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-05-14 16:46:20 -0700
committerSimon Glass <sjg@chromium.org>2011-08-24 10:01:31 -0700
commit05c0727eff4010e9ba9d72ba0df1cce8af0c8fca (patch)
tree78273cba3b6319fe42e2c5bef540a69b588b740d /common/Makefile
parent20d8fe039fa7732aa71f1360adadfb6753687f8d (diff)
fdt: Add decode functions for UARTs
The fdt_decode library will help drivers access the FDT. This first starting point implements functions to access information about the console UART. BUG=chromium-os:11623 TEST=build and boot U-Boot on Seaboard Change-Id: I7ff7e5c1d9c38a6301d02d38fb4b993306ca18bd Reviewed-on: http://gerrit.chromium.org/gerrit/954 Tested-by: Simon Glass <sjg@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
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 eb0a88fc34..e4c989c4c2 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -183,6 +183,7 @@ 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-$(CONFIG_OF_CONTROL) += fdt_decode.o
COBJS := $(sort $(COBJS-y))