]> git.sur5r.net Git - u-boot/blobdiff - tools/fdtgrep.c
powerpc: mpc85xx: Move SECURE_BOOT to Kconfig
[u-boot] / tools / fdtgrep.c
index 8d3fef40279a5bdaf6ee48d6137f18be06d3a013..b9078273c954b97c6d7740147cd51fc1e42ff4a2 100644 (file)
@@ -405,7 +405,7 @@ static int display_fdt_by_regions(struct display_info *disp, const void *blob,
  * The output of this function may or may not be a valid FDT. To ensure it
  * is, these disp->flags must be set:
  *
- *   FDT_REG_SUPERNODES: ensures that subnodes are preceeded by their
+ *   FDT_REG_SUPERNODES: ensures that subnodes are preceded by their
  *             parents. Without this option, fragments of subnode data may be
  *             output without the supernodes above them. This is useful for
  *             hashing but cannot produce a valid FDT.