From c960a68e200057b0e8b3aa627aa4b0c9b31ca2d8 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Mar 2018 18:03:33 +0900 Subject: libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c This macro is locally referenced in common/image-fdt.c Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- include/linux/libfdt.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux') 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_ */ -- cgit