summaryrefslogtreecommitdiff
path: root/tools/pblimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pblimage.h')
-rw-r--r--tools/pblimage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pblimage.h b/tools/pblimage.h
index 81c5492926..0222e8067b 100644
--- a/tools/pblimage.h
+++ b/tools/pblimage.h
@@ -8,7 +8,8 @@
#define RCW_BYTES 64
#define RCW_PREAMBLE 0xaa55aa55
-#define RCW_HEADER 0x010e0100
+#define RCW_ARM_HEADER 0x01ee0100
+#define RCW_PPC_HEADER 0x010e0100
struct pbl_header {
uint32_t preamble;