summaryrefslogtreecommitdiffstats
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
* init: Also try to load OMAPLFB as moduleD. Andrei Măceș2018-01-291-0/+1
| | | | | | | | | With current kernels, CONFIG_OMAPLFB is either built-in or not at all. Prepare for conversion to module (tristate symbol in kernel), but also for upcoming DDK-built object. Harmless change otherwise. Change-Id: I7484ba59e1456b3976cc6ec64c688bd747fae529 Signed-off-by: D. Andrei Măceș <dmaces@nd.edu>
* board/init: Common PVR KM build target for reuse by devicesD. Andrei Măceș2018-01-291-0/+4
| | | | | | | | Devices can still use their own build targets (traditionally called SGX_MODULES), or can simply include pvr-km.mk into their BoardConfig (or call inherit-product in other device MK). Change-Id: I3e201e6e0bee0c1eec9f52c36922e66937f9f57f
* Add common omap4 init fileZiyan2018-01-291-0/+14
Add 'import init.omap4.rc' to the device init file to use it. Change-Id: Ic0b8257b66b2d82bf9171ff7644a5689e0ab030d