[PATCH v5 7/9] rockchip: tools: add comment section to rkimage.c

Johan Jonker <[email protected]> Thu, 6 Aug 2026 13:12:08 +0200
Newsgroups gmane.comp.boot-loaders.u-boot
Message-ID <53c6506a-c81e-474e-9a6f-33d86242e066__47257.8540256777$1786014750$gmane$org@gmail.com>
README.rockchip must be removed.
Move the rkimage comment section to rkimage.c

Signed-off-by: Johan Jonker <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
---
 tools/rkimage.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/rkimage.c b/tools/rkimage.c
index 1c5540b1c3d1..0cabdf2f6723 100644
--- a/tools/rkimage.c
+++ b/tools/rkimage.c
@@ -3,7 +3,9 @@
  * (C) Copyright 2015 Google, Inc
  * Written by Simon Glass <[email protected]>
  *
- * See README.rockchip for details of the rkimage format
+ * rkimage.c produces a SPL image suitable for sending directly to the boot ROM
+ * over USB OTG. This is a very simple format - just the string RK32 (as 4 bytes)
+ * followed by u-boot-spl-dtb.bin.
  */
 
 #include "imagetool.h"
-- 
2.39.5