commit | 1c6ea4da24c7481720b8eaee32532a7881863dc9 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sat Feb 12 06:12:40 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 21 08:35:40 2022 -0500 |
tree | c305f902accfd1b055e663461cf9b433fafa7cae | |
parent | da6a8d9c28d0dd08b892bf6fa9f8596d1b8f7497 [diff] |
arm: omap3: Cleanup sys_info to fit OMAP3 booting with LTO With LTO enabled, some functions appear to be optimized in a way that causes hanging on some OMAP3 boards after some unrelated patches were applied. The solution appears to make several functions __used. There also appears be to be some dead code, so remove it while cleaning this up. This has been tested on a general purpose OMAP3530, DM3730, and AM3517. Signed-off-by: Adam Ford <aford173@gmail.com>