summaryrefslogtreecommitdiff
path: root/configs/nyan-big_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-06-12 12:21:35 (GMT)
committerSimon Glass <sjg@chromium.org>2017-07-11 16:08:20 (GMT)
commit2f0dd5cafe6e6f59e4d798ca2ec0a6bae3a19aa5 (patch)
treec081a17d72d18fe42166fd95eb007bdfd629279b /configs/nyan-big_defconfig
parentc1eb3d59662b27de6030413e819c2bc46c6156fe (diff)
downloadu-boot-fsl-qoriq-2f0dd5cafe6e6f59e4d798ca2ec0a6bae3a19aa5.tar.xz
tegra: nyan-big: Enable bootstage
Enable full bootstage support so we can time SPL and U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Tested-on: Beaver, Jetson-TK1
Diffstat (limited to 'configs/nyan-big_defconfig')
-rw-r--r--configs/nyan-big_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index 8ecb56b..cb3b0a8 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -6,6 +6,10 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
CONFIG_FIT=y
CONFIG_FIT_BEST_MATCH=y
CONFIG_OF_SYSTEM_SETUP=y
+CONFIG_BOOTSTAGE=y
+CONFIG_SPL_BOOTSTAGE=y
+CONFIG_BOOTSTAGE_STASH=y
+CONFIG_BOOTSTAGE_STASH_ADDR=0x83000000
CONFIG_SYS_STDIO_DEREGISTER=y
CONFIG_SYS_PROMPT="Tegra124 (Nyan-big) # "
# CONFIG_CMD_IMI is not set
@@ -23,6 +27,7 @@ CONFIG_CMD_GPIO=y
# CONFIG_CMD_SETEXPR is not set
# CONFIG_CMD_NFS is not set
CONFIG_CMD_BMP=y
+CONFIG_CMD_BOOTSTAGE=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y