summaryrefslogtreecommitdiff
path: root/include/linux/libfdt.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-02 03:36:39 +0300
committerTom Rini <trini@konsulko.com>2018-04-02 03:36:39 +0300
commit0e5d3e311189ca07aa7b5802deaff9861fc33574 (patch)
tree13eb58a65e156180e7cb99632f35be33e10baf1c /include/linux/libfdt.h
parentf3b623fa52ce5c67732ea2d789d5e21667e88db3 (diff)
parent641599a63df258c3e3cb259c75cdada0cc009d56 (diff)
downloadu-boot-0e5d3e311189ca07aa7b5802deaff9861fc33574.tar.xz
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/linux/libfdt.h')
-rw-r--r--include/linux/libfdt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/libfdt.h b/include/linux/libfdt.h
index 9e6eeadc40..eeb2344971 100644
--- a/include/linux/libfdt.h
+++ b/include/linux/libfdt.h
@@ -309,7 +309,4 @@ int fdt_add_alias_regions(const void *fdt, struct fdt_region *region, int count,
extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
-/* adding a ramdisk needs 0x44 bytes in version 2008.10 */
-#define FDT_RAMDISK_OVERHEAD 0x80
-
#endif /* _INCLUDE_LIBFDT_H_ */