commit | 784cd9e37c118d14e50780a9105f466c8dca23f9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 19 10:40:17 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:24:41 2021 -0700 |
tree | 91422fb39012c35377fe8a50c772fb79634aba07 | |
parent | c77695bb1c55f56732277bee3dcdcf3ccd0132e6 [diff] |
dm: core: Allow the uclass list to move At present the uclass list head is in global_data. This is convenient but with the new of-platdata we need the list head to be declared by the generated code. Change this over to be a pointer. Provide a 'static' version in global_data to retain the current behaviour. Signed-off-by: Simon Glass <sjg@chromium.org>