[PATCH v4] Makefile: use shell to calculate map_size

2024-03-10 Thread Leon M. Busch-George
From: "Leon M. Busch-George" The error message "bc: command not found" is easily missed since the build continues. bc is not a part of coreutils or base-devel. POSIX sh can also do the calculation. Signed-off-by: Leon M. Busch-George Reviewed-by: Dragan Simic

[PATCH v3] Makefile: use shell to calculate map_size

2024-03-05 Thread Leon M. Busch-George
From: "Leon M. Busch-George" The error message "bc: command not found" is easily missed since the build continues. bc is not a part of coreutils or base-devel. POSIX sh can also do the calculation. Signed-off-by: Leon M. Busch-George --- Makefile | 13 +---

[PATCH] riscv: dts: jh7110: fix indentation

2024-03-04 Thread Leon M. Busch-George
From: "Leon M. Busch-George" Signed-off-by: Leon M. Busch-George --- arch/riscv/dts/jh7110-starfive-visionfive-2-u-boot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/dts/jh7110-starfive-visionfive-2-u-boot.dtsi b/arch/riscv/dts/jh7110-starfive-

[PATCH v2] Makefile: use shell to calculate map_size

2024-03-04 Thread Leon M. Busch-George
From: "Leon M. Busch-George" The error message "bc: command not found" is easily missed since the build continues. bc is not a part of coreutils or base-devel. POSIX sh can also do the calculation. Signed-off-by: Leon M. Busch-George --- Makefile | 13 +---

[PATCH] Makefile: use shell to calculate map_size

2024-03-02 Thread Leon M. Busch-George
From: "Leon M. Busch-George" The error message "bc: command not found" is easily missed since the build continues. bc is not a part of coreutils or base-devel. POSIX sh can also do the calculation. Signed-off-by: Leon M. Busch-George --- Makefile | 4 ++-- 1 file changed