From ec5269280910c66eee38a958e489f6a8769c1649 Mon Sep 17 00:00:00 2001 From: Steinar Bakkemo Date: Mon, 11 Jun 2018 15:21:19 +0200 Subject: [PATCH] Add temporary debug configuration while debugging new image/kernel Enabled 1 sec. boot delay Enabled debug --- include/configs/zero-gravitas.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/configs/zero-gravitas.h b/include/configs/zero-gravitas.h index 074f171422..ee13cca097 100644 --- a/include/configs/zero-gravitas.h +++ b/include/configs/zero-gravitas.h @@ -132,7 +132,6 @@ #define CONFIG_RESET_TO_RETRY #define CONFIG_BOOT_RETRY_TIME 90 #define CONFIG_BOOT_RETRY_MIN 90 -#define CONFIG_BOOTDELAY 0 /* Miscellaneous configurable options */ #define CONFIG_SYS_MEMTEST_START 0x80000000 @@ -198,4 +197,12 @@ #define CONFIG_IMX_THERMAL +/* DEBUG TWEAKS */ +#define CONFIG_BOOTDELAY 1 + +#ifndef DEBUG +#define DEBUG +#endif + + #endif /* __ZERO_GRAVITAS_H */