commit | 91c6a3a45941cbf53adb91fc4464a3d060a7233b | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sun Jul 04 17:27:27 2021 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Tue Jul 20 23:33:54 2021 +0200 |
tree | e13e9f0eee921b5a50fea285e0ae1d4cea3b7ad4 | |
parent | ef283c3ae612a1f1cd530a34cdcf074d447b2da9 [diff] |
ARM: rmobile: Align CPU: print with other prints The CPU: print only has one space after it, while the other prints from U-Boot align the value to offset 7. Align the CPU: print too. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>