commit | d499a8d91032d53bcb4c990953d8c5758ba902b3 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Nov 03 17:15:53 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 07 18:39:18 2019 -0500 |
tree | 001ac3cced1989c137f492b8a50623fd8e9b6b82 | |
parent | c8f8e920fe610589ba46e000a37760ada6b8d934 [diff] |
configs: omap3_logic_somlv: Remove GPIO from SPL The SPL is too tight, and it cannot start any longer. To help reduce the size of SPL, we need to remove some non-critical features. This patch removes SPL_GPIO_SUPPORT to free up some operating space. Signed-off-by: Adam Ford <aford173@gmail.com>