diff options
author | Simon Glass | 2020-12-19 10:40:17 -0700 |
---|---|---|
committer | Simon Glass | 2021-01-05 12:24:41 -0700 |
commit | 8a715530bb1f9522030757379415b174f3109951 (patch) | |
tree | 91422fb39012c35377fe8a50c772fb79634aba07 /common/cli_readline.c | |
parent | 49bbe6eab5babbc353f1dc76e6275671c69dffb2 (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>
Diffstat (limited to 'common/cli_readline.c')
0 files changed, 0 insertions, 0 deletions