summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/baytrail/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-12-19 10:40:05 -0700
committerSimon Glass <sjg@chromium.org>2021-01-05 12:24:41 -0700
commit21303d1de7cabe1e2d4ebfe82425ca816a1394a6 (patch)
tree3dc8118769ec6ce8f14fbaa22fdd6c22fed6f512 /arch/x86/cpu/baytrail/Kconfig
parent6a2350f8c9d60f318b3ffff3231b4ca891957da4 (diff)
downloadu-boot-21303d1de7cabe1e2d4ebfe82425ca816a1394a6.tar.gz
u-boot-21303d1de7cabe1e2d4ebfe82425ca816a1394a6.tar.xz
u-boot-21303d1de7cabe1e2d4ebfe82425ca816a1394a6.zip
x86: apl: Adjust how the UART gets its platform data
At present this driver calls malloc() to start a new platform data structure, fills it in and tells driver model to use it. We want to avoid malloc, particularly with the new version of of-platdata. Create a new struct which encompasses both the dtd struct and the ns16550 one, to avoid this. Unfortunately we must copy the data into the right place for the ns16550 driver. Add some comments about this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/baytrail/Kconfig')
0 files changed, 0 insertions, 0 deletions