]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: Expand the DT size before copy reserved memory node
authorBin Meng <bin.meng@windriver.com>
Fri, 26 Jun 2020 01:16:07 +0000 (18:16 -0700)
committerAndes <uboot@andestech.com>
Thu, 2 Jul 2020 02:03:09 +0000 (10:03 +0800)
commita8492e25ac717b521e9cca2044282d3ac7025acb
treeb17f8c533e2781c822b79878271705deeaf79549
parentc4f7c506d9e0be6465f70636ee9ba62df9d6f132
riscv: Expand the DT size before copy reserved memory node

The FDT blob might not have sufficient space to hold a copy of
reserved memory node. Expand it before the copy.

Reported-by: Rick Chen <rick@andestech.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/lib/fdt_fixup.c