Skip to content
Snippets Groups Projects
Commit c960a68e authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Simon Glass
Browse files

libfdt: move FDT_RAMDISK_OVERHEAD to image-fdt.c


This macro is locally referenced in common/image-fdt.c

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent e8d52918
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
#define CONFIG_SYS_FDT_PAD 0x3000
#endif
/* adding a ramdisk needs 0x44 bytes in version 2008.10 */
#define FDT_RAMDISK_OVERHEAD 0x80
DECLARE_GLOBAL_DATA_PTR;
static void fdt_error(const char *msg)
......
......@@ -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_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment