diff options
| author | Tom Rini <[email protected]> | 2023-02-14 15:11:37 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-14 15:11:37 -0500 |
| commit | 2bfd217a16978794b43f0a30111b7472fba232b6 (patch) | |
| tree | dfac18d00740bfc8c29da90e62dfb18765bb2143 /include/asm-generic | |
| parent | faac9dee8e0629326dc122f4624fc4897e3f38b0 (diff) | |
| parent | 9a8a27a76ad7ab51f19c7f019d7cdac8a3f9f3c9 (diff) | |
Merge tag 'dm-next-valentine' of https://source.denx.de/u-boot/custodians/u-boot-dm into next
Move U-Boot over to the new schema for driver model tags
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/global_data.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-generic/global_data.h b/include/asm-generic/global_data.h index da17ac8cbc8..987fb66c17a 100644 --- a/include/asm-generic/global_data.h +++ b/include/asm-generic/global_data.h @@ -650,6 +650,10 @@ enum gd_flags { * @GD_FLG_FDT_CHANGED: Device tree change has been detected by tests */ GD_FLG_FDT_CHANGED = 0x100000, + /** + * @GD_FLG_OF_TAG_MIGRATE: Device tree has old u-boot,dm- tags + */ + GD_FLG_OF_TAG_MIGRATE = 0x200000, }; #endif /* __ASSEMBLY__ */ |
