]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/asm-generic/global_data.h
x86: crownbay: Enable on-board SMSC superio keyboard controller
[karo-tx-uboot.git] / include / asm-generic / global_data.h
index db0550b67cb44bad712e49851e3b1ad7101a22ea..21552650025a108f4136267e4c63ea01584ea34c 100644 (file)
@@ -104,7 +104,7 @@ typedef struct global_data {
 #endif
 
 /*
- * Global Data Flags
+ * Global Data Flags - the top 16 bits are reserved for arch-specific flags
  */
 #define GD_FLG_RELOC           0x00001 /* Code was relocated to RAM       */
 #define GD_FLG_DEVINIT         0x00002 /* Devices have been initialized   */
@@ -116,5 +116,7 @@ typedef struct global_data {
 #define GD_FLG_ENV_READY       0x00080 /* Env. imported into hash table   */
 #define GD_FLG_SERIAL_READY    0x00100 /* Pre-reloc serial console ready  */
 #define GD_FLG_FULL_MALLOC_INIT        0x00200 /* Full malloc() is ready          */
+#define GD_FLG_SPL_INIT                0x00400 /* spl_init() has been called      */
+#define GD_FLG_SKIP_RELOC      0x00800 /* Don't relocate */
 
 #endif /* __ASM_GENERIC_GBL_DATA_H */