[PATCH] fixup! RISC-V: implement PBL and relocation support

Ahmad Fatoum ahmad at a3f.at
Mon Mar 22 07:20:52 GMT 2021


fix stray space in tab indented block.

Suggested-by: Antony Pavlov <antonynpavlov at gmail.com>
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
 arch/riscv/include/asm/barebox-riscv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/include/asm/barebox-riscv.h b/arch/riscv/include/asm/barebox-riscv.h
index 84344c842547..948a562c5c1f 100644
--- a/arch/riscv/include/asm/barebox-riscv.h
+++ b/arch/riscv/include/asm/barebox-riscv.h
@@ -80,7 +80,7 @@ static inline unsigned long riscv_mem_barebox_image(unsigned long membase,
 
 #define ENTRY_FUNCTION(name, arg0, arg1, arg2)                          \
 	void name (ulong r0, ulong r1, ulong r2);                       \
- 	static void __##name(ulong, ulong, ulong);                      \
+	static void __##name(ulong, ulong, ulong);                      \
 	void __naked __noreturn __section(.text_head_entry_##name) name \
 		(ulong a0, ulong a1, ulong a2)                          \
 	{                                                               \
-- 
2.30.0




More information about the barebox mailing list