mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 02:51:33 +00:00
Cleanup this driver to use dt in U-boot and static platdata in SPL.
This requires the following steps:
1. Move all platdata assignment from probe() to ofdata_to_platdata().
This function is only called in U-boot.
2. Replicate all the platdata assignment being done in
ofdata_to_platdata() in the omapl138 board file. This data is used in
the SPL case where SPL_OF_CONTROL is not enabled.
3. Remove SPL_OF_CONTROL and related configs from omapl138_lcdk_defconfig
This cleanup effectively reverts
|
||
---|---|---|
.. | ||
include/mach | ||
config.mk | ||
cpu.c | ||
da850_lowlevel.c | ||
da850_pinmux.c | ||
Kconfig | ||
Makefile | ||
misc.c | ||
pinmux.c | ||
psc.c | ||
reset.c | ||
spl.c | ||
timer.c |