[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 --

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 -