mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
dm: Add support for handling old u-boot,dm- tags
Add a CONFIG option to deal with this automatically, printing a warning when U-Boot starts up. This can be useful if the device tree comes from another project. We will maintain this through the 2023.07 release, providing 6 months for people to notice. Signed-off-by: Simon Glass <sjg@chromium.org> Version 4: Acked-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user