commit | 56ac833d796b2f7a85d6801c082574d52ecbed8b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jul 27 07:56:59 2018 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 27 07:56:59 2018 -0400 |
tree | 202742a0e8fc97adc69ab3f7a694b962af39ed9d | |
parent | 258c996bd1c6ef73f099df0f018cf69bf5067aa6 [diff] |
openrd: Once again shrink binary size With some recent changes to relevant drivers here the openrd board (openrd_client in this case) does not fit within its size constraint. We can however drop the slightly extended baudrate table and then the duplication of mtdparts/mtdids in the default environment. These defaults are set in the environment by the 'mtdparts' command and otherwise referenced throughout the code. Signed-off-by: Tom Rini <trini@konsulko.com>