From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Thu, 8 Jun 2017 20:01:54 -0400 Subject: [U-Boot] [PATCH v2 11/28] tegra: nyan-big: Enable the dhrystone benchmark In-Reply-To: <20170531235737.11676-12-sjg@chromium.org> References: <20170531235737.11676-1-sjg@chromium.org> <20170531235737.11676-12-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable this so we can roughly measure CPU performance. Also enable the cache command to allow for timing. Signed-off-by: Simon Glass --- Changes in v2: None configs/nyan-big_defconfig | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm, thanks!