summaryrefslogtreecommitdiffstats
path: root/include/configs/bur_am335x_common.h
diff options
context:
space:
mode:
authorHannes Petermaier <oe5hpm@oevsv.at>2015-02-03 13:22:35 +0100
committerTom Rini <trini@konsulko.com>2015-03-05 20:13:18 -0500
commit8f5c50f5189ca742464b3a099796b21e2bcd5688 (patch)
treeb9a5631a550f78e2f58c5141d3398fbb7c38181a /include/configs/bur_am335x_common.h
parent7ae47f6b5a7230c42c1c12580c63437d102aaf37 (diff)
downloadtalos-obmc-uboot-8f5c50f5189ca742464b3a099796b21e2bcd5688.tar.gz
talos-obmc-uboot-8f5c50f5189ca742464b3a099796b21e2bcd5688.zip
board/BuR/common: Enable CONFIG_CMD_TIME
time measurement of u-boot commands is needed very often during development. We add this feature until development is completed. Maybe forever :) Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>
Diffstat (limited to 'include/configs/bur_am335x_common.h')
-rw-r--r--include/configs/bur_am335x_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index 40a7b57e8a..b67a050b47 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/configs/bur_am335x_common.h
@@ -29,6 +29,7 @@
"run netdisplay0; " \
"setenv stdout nc;setenv stdin nc;setenv stderr nc\0"
+#define CONFIG_CMD_TIME
#define CONFIG_SYS_GENERIC_BOARD
#define CONFIG_AM33XX
OpenPOWER on IntegriCloud