X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Ffdt.h;h=c51212e05b4f41305c30682b61e62b11ecede12d;hp=48ccfd9100002deb3aff35ee4f17bc7d232b25b2;hb=1f52d89f2b4b5ca8dde7aa1be02bb1c658e0aa13;hpb=94abd7c0583ebe01e799b25f451201deeaab550d diff --git a/include/fdt.h b/include/fdt.h index 48ccfd9100..c51212e05b 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -57,4 +57,6 @@ struct fdt_property { #define FDT_V16_SIZE FDT_V3_SIZE #define FDT_V17_SIZE (FDT_V16_SIZE + sizeof(uint32_t)) +/* adding a ramdisk needs 0x44 bytes in version 2008.10 */ +#define FDT_RAMDISK_OVERHEAD 0x80 #endif /* _FDT_H */