From patchwork Wed Dec 26 22:28:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,15/15] x86: Enable time command for coreboot Date: Wed, 26 Dec 2012 12:28:33 -0000 From: Simon Glass X-Patchwork-Id: 208235 Message-Id: <1356560913-2205-16-git-send-email-sjg@chromium.org> To: U-Boot Mailing List Cc: Graeme Russ , Tom Warren This command is useful for measuring SPI flash load times and the like. Signed-off-by: Simon Glass --- include/configs/coreboot.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index ea92ffe..4b6eb73 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h @@ -180,6 +180,7 @@ #define CONFIG_CMD_SAVEENV #define CONFIG_CMD_SETGETDCR #define CONFIG_CMD_SOURCE +#define CONFIG_CMD_TIME #define CONFIG_CMD_XIMG #define CONFIG_CMD_SCSI