commit | c74e03417bdcb2930fa027e78cc8cebed384a975 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 13 08:56:32 2023 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Feb 14 09:42:14 2023 -0700 |
tree | 1ae64a0916c7edec68aa3e188e82e5c646d49519 | |
parent | 7703efbc9959e3c468e5c12744168bc5f9326cef [diff] |
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>