
2 May
2017
2 May
'17
2:41 p.m.
Tom
static int dfu_find_alt_num(const char *s)
So do we still need the above, in order to save space? How much are we saving here even, now? Thanks!
I observed around 7K reduced.
I don't just mean dropping out CLI, I mean after dropping out CLI but leaving in the reset logic. That's _still_ 7k?
Without this fix, with cli_simple_run_command(), size of MLO with default dra7xx_evm_defconfig is 130K. With this fix, compile out cli.c, the MLO size is 126K. Around 4K is space saved.
Regards Ravi