mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
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>
This commit is contained in:
parent
7ae47f6b5a
commit
8f5c50f518
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue