1
0
Fork 0

Add temporary debug configuration while debugging new image/kernel

Enabled 1 sec. boot delay
Enabled debug
steinar/yocto-build-makeover
Steinar Bakkemo 2018-06-11 15:21:19 +02:00
parent df5c7fb133
commit ec52692809
1 changed files with 8 additions and 1 deletions

View File

@ -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 */