commit | cfa84e32069dda087eb5b7d35b222d05fe9815e1 | [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 | efa68e82a2c1ff388738f92f039b6b88e28fd332 [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>