Re: [U-Boot] [PATCH] riscv: image: save space on the magic number field

2019-09-06 Thread Chester Lin
Hi, Chester Lin 於 2019年9月6日 週五 下午3:28寫道: > > Change the symbol from "RISCV" to "RSCV" so the magic number can be 32-bit > long, which is consistent with other architectures. > > Signed-off-by: Chester Lin > --- > arch/riscv/lib/image.c | 8 > 1 file changed, 4 insertions(+), 4 deletion

[U-Boot] [PATCH] riscv: image: save space on the magic number field

2019-09-06 Thread Chester Lin
From: Chester Lin Change the symbol from "RISCV" to "RSCV" so the magic number can be 32-bit long, which is consistent with other architectures. Signed-off-by: Chester Lin --- arch/riscv/lib/image.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/riscv/lib/imag

Re: [U-Boot] [PATCH] riscv: image: save space on the magic number field

2019-07-08 Thread Atish Patra
On Mon, 2019-07-08 at 11:27 +, Chester Lin wrote: > Change the symbol from "RISCV" to "RSCV" so the magic number can be > 32-bit > long, which is consistent with other architectures. This change can > also > be compatible with grub because grub defines this field as 32-bit > long. > It is inc