diff options
| author | Tom Rini <[email protected]> | 2018-04-01 20:36:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-04-01 20:36:39 -0400 |
| commit | 0e5d3e311189ca07aa7b5802deaff9861fc33574 (patch) | |
| tree | 13eb58a65e156180e7cb99632f35be33e10baf1c /include/linux | |
| parent | f3b623fa52ce5c67732ea2d789d5e21667e88db3 (diff) | |
| parent | 641599a63df258c3e3cb259c75cdada0cc009d56 (diff) | |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/libfdt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/libfdt.h b/include/linux/libfdt.h index 9e6eeadc400..eeb2344971f 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_ */ |
