grub-core/lib/fdt.c: correctly update size_dt_struct in add_subnode()

This commit is contained in:
Leif Lindholm 2013-12-04 12:59:21 +00:00
parent e5ed2f6947
commit bbeee1c4a3
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2013-12-05 Leif Lindholm <leif.lindholm@linaro.org>
* grub-core/kern/fdt.c: Update struct size when adding node.
2013-12-05 Vladimir Serbinenko <phcoder@gmail.com>
Handle unaligned .bss on sparc64.