
30 Oct
2020
30 Oct
'20
4:34 a.m.
Now that parent devices are supported with of-platadata, we don't need the messy code to fix up the parent pointers and allocations on Apollo Lake. Put the code behind a condition.
Signed-off-by: Simon Glass sjg@chromium.org ---
arch/x86/cpu/apollolake/spl.c | 3 ++- drivers/misc/p2sb-uclass.c | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-)
Applied to u-boot-dm, thanks!