summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-06-06 07:16:39 -0400
committerTom Rini <trini@konsulko.com>2016-06-06 07:16:39 -0400
commit1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3 (patch)
treea90a7d9f4d5d8ba6fbafcd1052df0623846d22cf /include/asm-generic
parent756e76f0753fdb6b6ea10482db5ebbaf72c9df66 (diff)
parent59e880560f49827458b82345bb5ccfb7cb93af8c (diff)
downloadtalos-obmc-uboot-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.tar.gz
talos-obmc-uboot-1cb9cb3ec0f19b8c54bb01670a530f5bc210d5f3.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/global_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h
index f2810a1bd7..0abcbe4c0b 100644
--- a/include/asm-generic/global_data.h
+++ b/include/asm-generic/global_data.h
@@ -141,5 +141,6 @@ typedef struct global_data {
#define GD_FLG_SPL_INIT 0x00400 /* spl_init() has been called */
#define GD_FLG_SKIP_RELOC 0x00800 /* Don't relocate */
#define GD_FLG_RECORD 0x01000 /* Record console */
+#define GD_FLG_ENV_DEFAULT 0x02000 /* Default variable flag */
#endif /* __ASM_GENERIC_GBL_DATA_H */
OpenPOWER on IntegriCloud