arm: mach-k3: common: Clean up ATF image startup function
authorAndreas Dannenberg <dannenberg@ti.com>
Mon, 4 Feb 2019 18:58:47 +0000 (12:58 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 9 Feb 2019 12:51:02 +0000 (07:51 -0500)
commit4a1fa524e95a1c81674d8a368035b522fd4a99d6
treefadec67e667ef3d72d62cef98aa3b3b19b2dd4a5
parenteefc01d5905c252c333d4632bf2b312fac5bcb83
arm: mach-k3: common: Clean up ATF image startup function

Perform some cosmetic cleanup of the ATF image startup function, namely
fixing a spelling mistake, capitalization of a few words, spacing, as
well aligning how errors are printed and as using panic() for cases that
were using a combination of printf() + hang().

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/mach-k3/common.c