diff options
Diffstat (limited to 'include/fdt.h')
-rw-r--r-- | include/fdt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/fdt.h b/include/fdt.h index 488343cac12..526aedb5155 100644 --- a/include/fdt.h +++ b/include/fdt.h @@ -108,6 +108,4 @@ struct fdt_property { #define FDT_V16_SIZE FDT_V3_SIZE #define FDT_V17_SIZE (FDT_V16_SIZE + sizeof(fdt32_t)) -/* adding a ramdisk needs 0x44 bytes in version 2008.10 */ -#define FDT_RAMDISK_OVERHEAD 0x80 #endif /* _FDT_H */ |