mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 13:45:25 +01:00
armv7: Add missing newline after OMAP die ID
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Acked-by: Enric Balletbo Serra <enric.balletbo@collabora.com>
This commit is contained in:
parent
65c5c81f27
commit
bfb7cc3340
1 changed files with 2 additions and 2 deletions
|
|
@ -108,6 +108,6 @@ void omap_die_id_display(void)
|
|||
|
||||
omap_die_id(die_id);
|
||||
|
||||
printf("OMAP die ID: %08x%08x%08x%08x", die_id[0], die_id[1], die_id[2],
|
||||
die_id[3]);
|
||||
printf("OMAP die ID: %08x%08x%08x%08x\n", die_id[0], die_id[1],
|
||||
die_id[2], die_id[3]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue