[U-Boot] [PATCH v6 15/20] arm: socfpga: Improve comments for Intel SoCFPGA program header
tien.fong.chee at intel.com
tien.fong.chee at intel.com
Mon Dec 11 10:06:21 UTC 2017
From: Tien Fong Chee <tien.fong.chee at intel.com>
Adding some details about size in bytes to each section.
Signed-off-by: Tien Fong Chee <tien.fong.chee at intel.com>
Reviewed-by: Dinh Nguyen <dinguyen at kernel.org>
---
arch/arm/mach-socfpga/include/mach/boot0.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-socfpga/include/mach/boot0.h b/arch/arm/mach-socfpga/include/mach/boot0.h
index d6b9435..7e8a2b1 100644
--- a/arch/arm/mach-socfpga/include/mach/boot0.h
+++ b/arch/arm/mach-socfpga/include/mach/boot0.h
@@ -14,8 +14,8 @@ _start:
.balignl 64,0xf33db33f;
.word 0x1337c0d3; /* SoCFPGA preloader validation word */
- .word 0xc01df00d; /* Version, flags, length */
- .word 0xcafec0d3; /* Checksum, zero-pad */
+ .word 0xc01df00d; /* Header length(2B),flags(1B),version(1B) */
+ .word 0xcafec0d3; /* Simple checksum(2B),spare offset(2B) */
nop;
b reset; /* SoCFPGA jumps here */
--
2.2.0
More information about the U-Boot
mailing list