Michal Simek 0d76b71d93 arm64: zynqmp: Get rid of simple_itoa and replace it by snprintf
simple_itoa() is implemented only for !CONFIG_USE_TINY_PRINTF. Tiny printf
is normally used by SPL that's code which uses simple_itoa() has missing
reference. That's why refactor code by using on snprintf() instead of
strncpy()/strncat() combination. This change also descrease code size by
saving 24B based on buildman.

aarch64: (for 1/1 boards) all -22.0 rodata +2.0 text -24.0
         xilinx_zynqmp_virt: all -22 rodata +2 text -24
            u-boot: add: 0/0, grow: 0/-1 bytes: 0/-24 (-24)
              function                                   old     new   delta
              board_init                                 520     496     -24

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2020-10-27 08:13:31 +01:00
..
2020-07-28 19:30:39 -06:00
2020-09-01 13:38:38 +08:00
2020-09-01 13:38:39 +08:00
2020-09-01 17:00:27 +08:00
2020-10-05 14:10:59 -04:00
2020-07-28 19:30:39 -06:00
2020-08-03 22:19:54 -04:00
2020-10-05 14:10:59 -04:00
2020-01-24 23:06:49 +05:30