diff mbox

[U-Boot,v2] board/BuR/common: Enable CONFIG_CMD_TIME

Message ID 1422965980-3545-13-git-send-email-oe5hpm@oevsv.at
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Hannes Schmelzer Feb. 3, 2015, 12:19 p.m. UTC
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>

---
Changes for V2: None
---
 include/configs/bur_am335x_common.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Hannes Schmelzer Feb. 3, 2015, 12:35 p.m. UTC | #1
Hi all,

please ignore, the numbering has been lost - so i will resend V2

regards,
Hannes
diff mbox

Patch

diff --git a/include/configs/bur_am335x_common.h b/include/configs/bur_am335x_common.h
index d7ea1c9..cd15c6c 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