diff options
author | Thomas Hebb <tommyhebb@gmail.com> | 2019-11-13 18:18:03 -0800 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-03 08:43:23 -0500 |
commit | 32f2ca2a7e2ec3ecd0cfd56faebf4003001226fd (patch) | |
tree | 738383ff9ec849bcb34f3a3e53ac0de433cd2d38 /arch/arm/mach-rockchip/bootrom.c | |
parent | 983c0f91d8644c74a781dd63d5fe9f86c1f9d827 (diff) | |
download | u-boot-32f2ca2a7e2ec3ecd0cfd56faebf4003001226fd.tar.gz |
cosmetic: Fix spelling and whitespace errors
Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
Diffstat (limited to 'arch/arm/mach-rockchip/bootrom.c')
-rw-r--r-- | arch/arm/mach-rockchip/bootrom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-rockchip/bootrom.c b/arch/arm/mach-rockchip/bootrom.c index 9ccb45e6ac..10614c99d9 100644 --- a/arch/arm/mach-rockchip/bootrom.c +++ b/arch/arm/mach-rockchip/bootrom.c @@ -39,8 +39,8 @@ void back_to_bootrom(enum rockchip_bootrom_cmd brom_cmd) * to check it and back to bootrom at very early bootstage(before * some basic configurations(such as interrupts) been * changed by TPL/SPL, as the bootrom download operation - * relys on many default settings(such as interrupts) by - * it's self. + * relies on many default settings(such as interrupts) by + * itself. */ static bool check_back_to_brom_dnl_flag(void) { |