From: Hannes Petermaier Date: Tue, 3 Feb 2015 12:22:35 +0000 (+0100) Subject: board/BuR/common: Enable CONFIG_CMD_TIME X-Git-Tag: v2015.04-rc4~91 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8f5c50f5189ca742464b3a099796b21e2bcd5688;p=u-boot 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 --- 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