diff options
author | Tom Rini <trini@konsulko.com> | 2018-04-01 20:36:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-01 20:36:39 -0400 |
commit | 0e5d3e311189ca07aa7b5802deaff9861fc33574 (patch) | |
tree | 13eb58a65e156180e7cb99632f35be33e10baf1c /common | |
parent | f3b623fa52ce5c67732ea2d789d5e21667e88db3 (diff) | |
parent | 641599a63df258c3e3cb259c75cdada0cc009d56 (diff) | |
download | u-boot-0e5d3e311189ca07aa7b5802deaff9861fc33574.tar.gz |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'common')
-rw-r--r-- | common/image-fdt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/image-fdt.c b/common/image-fdt.c index 25103ba3b5..3dc02a1219 100644 --- a/common/image-fdt.c +++ b/common/image-fdt.c @@ -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) |