diff options
author | Simon Glass <sjg@chromium.org> | 2018-04-02 02:42:53 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-10 11:52:16 -0400 |
commit | b71ac1606370e75e786b34235a27d163b8417f68 (patch) | |
tree | 13d773caceedc6bb60acd1f71b0a9acb2c4b05da /doc | |
parent | 45fac9fc186dd5259dfeddc7e86a0d55bb4377bd (diff) | |
download | u-boot-b71ac1606370e75e786b34235a27d163b8417f68.zip u-boot-b71ac1606370e75e786b34235a27d163b8417f68.tar.gz u-boot-b71ac1606370e75e786b34235a27d163b8417f68.tar.bz2 |
log: Add units to code-size stats in README.log
Without the units these numbers are confusing. Add a comment about the
unit being 'bytes' and mention 'buildman' as the source.
Suggested-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.log | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.log b/doc/README.log index dc9e2de..2ee1b75 100644 --- a/doc/README.log +++ b/doc/README.log @@ -162,7 +162,8 @@ Code size --------- Code size impact depends largely on what is enabled. The following numbers are -for snow, which is a Thumb-2 board: +generated by 'buildman -S' for snow, which is a Thumb-2 board (all units in +bytes): This series: adds bss +20.0 data +4.0 rodata +4.0 text +44.0 CONFIG_LOG: bss -52.0 data +92.0 rodata -635.0 text +1048.0 |