summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-09-28 08:56:39 +0000
committerAnatolij Gustschin <agust@denx.de>2012-10-03 00:52:44 +0200
commit2eba38cf849c9804aac6cf75a6aea590e8d7bf35 (patch)
treef47b5a754f74f8f0f55685bce0a537d4f85558f5 /common/Makefile
parentfcf509b80760156fe146aeb11510ffb0278b7b74 (diff)
downloadtalos-obmc-uboot-2eba38cf849c9804aac6cf75a6aea590e8d7bf35.tar.gz
talos-obmc-uboot-2eba38cf849c9804aac6cf75a6aea590e8d7bf35.zip
bootstage: Add bootstage command
Now that there are a few features, add a bootstage command to access them. bootstage report - prints a report bootstage stash/unstash - stashes bootstage records in memory, reads them back Signed-off-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 125b2be315..f3fc1758ed 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -69,6 +69,7 @@ COBJS-$(CONFIG_CMD_BDI) += cmd_bdinfo.o
COBJS-$(CONFIG_CMD_BEDBUG) += bedbug.o cmd_bedbug.o
COBJS-$(CONFIG_CMD_BMP) += cmd_bmp.o
COBJS-$(CONFIG_CMD_BOOTLDR) += cmd_bootldr.o
+COBJS-$(CONFIG_CMD_BOOTSTAGE) += cmd_bootstage.o
COBJS-$(CONFIG_CMD_CACHE) += cmd_cache.o
COBJS-$(CONFIG_CMD_CONSOLE) += cmd_console.o
COBJS-$(CONFIG_CMD_CPLBINFO) += cmd_cplbinfo.o
OpenPOWER on IntegriCloud