[U-Boot] Discussion topics / issues
Fabio Estevam
festevam at gmail.com
Fri Oct 10 16:35:18 CEST 2014
Hi Marek,
On Fri, Oct 10, 2014 at 11:26 AM, Marek Vasut <marex at denx.de> wrote:
>> calling printf("%s\n", "string") gets translated into puts by the
>> compiler. There should be no difference in the binary.
>
> Is this LLVM specific or does GCC do that too ? This is interesting information.
Just did a quick test here with gcc and the resulting u-boot binary
size is the same when I use puts or printf.
More information about the U-Boot
mailing list