1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-14 06:21:47 +02:00

x86: Set cold/warm boot flag

This commit is contained in:
Graeme Russ
2010-10-07 20:03:30 +11:00
parent 161b3589ea
commit c81b26beb8
3 changed files with 13 additions and 16 deletions

View File

@@ -82,6 +82,9 @@ extern gd_t *gd;
#define GD_FLG_LOGINIT 0x00020 /* Log Buffer has been initialized */
#define GD_FLG_DISABLE_CONSOLE 0x00040 /* Disable console (in & out) */
#define GD_FLG_ENV_READY 0x00080 /* Environment imported into hash table */
#define GD_FLG_COLD_BOOT 0x00100 /* Cold Boot */
#define GD_FLG_WARM_BOOT 0x00200 /* Warm Boot */
#define DECLARE_GLOBAL_DATA_PTR