commit | 4c64702e6c874b63bcaf501f2e64699c858e6e7b | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Nov 10 08:01:32 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:44:13 2019 -0500 |
tree | 650844679044df08c95f31a39952374a06d7533d | |
parent | 1fd4055e4b26f945cbe19d95928f87bea9a6515c [diff] |
ARM: omapl138_lcdk: Increase malloc pool before relocation Driver model requires a malloc pool to allocate memory before relocations to operate serial and some other devices. This patch increases the pool size to 2K. Signed-off-by: Adam Ford <aford173@gmail.com> Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>