[U-Boot] [PATCH 5/5] rk3288: vyasa: Fixup indentation
Alberto Panizzo
alberto at amarulasolutions.com
Wed Jul 4 19:41:27 UTC 2018
Indent file using tabs
Signed-off-by: Alberto Panizzo <alberto at amarulasolutions.com>
---
board/amarula/vyasa-rk3288/vyasa-rk3288.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/amarula/vyasa-rk3288/vyasa-rk3288.c b/board/amarula/vyasa-rk3288/vyasa-rk3288.c
index 2b509f5..4367ed2 100644
--- a/board/amarula/vyasa-rk3288/vyasa-rk3288.c
+++ b/board/amarula/vyasa-rk3288/vyasa-rk3288.c
@@ -17,10 +17,10 @@ void board_boot_order(u32 *spl_boot_list)
int spl_start_uboot(void)
{
- /* break into full u-boot on 'c' */
- if (serial_tstc() && serial_getc() == 'c')
- return 1;
+ /* break into full u-boot on 'c' */
+ if (serial_tstc() && serial_getc() == 'c')
+ return 1;
- return 0;
+ return 0;
}
#endif
--
2.7.4
More information about the U-Boot
mailing list