Re: [U-Boot] [PATCH] Nios2 altera: add reference to in_be32, out_be32

2017-01-20 Thread Thomas Chou
Hi Kostya, On 01/20/2017 09:58 AM, Kostya Belezko wrote: Fixing compilation problem u-boot-socfpga/drivers/serial/ns16550.c:144: undefined reference to `out_be32' The u-boot-socfpga branch you referred is old. Please follow the latest stable release tag v2017.01 . URL

[U-Boot] [PATCH] Nios2 altera: add reference to in_be32, out_be32

2017-01-20 Thread Kostya Belezko
Fixing compilation problem u-boot-socfpga/drivers/serial/ns16550.c:144: undefined reference to `out_be32' --- arch/nios2/include/asm/io.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index 69ab23e..65a1e04 100644 ---