1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 17:00:21 +01:00
Files
u-boot-megous/common/fdt_support.c
Grant Likely ce6b27a874 Fix off-by-one error in passing initrd end address via device tree
The initrd_end variable contains the address immediately *after* the
initrd blob, not the last address containing data.  This patch fixes
an inadvertent off-by-one when setting up the initrd reserved map.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
2011-04-25 21:11:21 -04:00

29 KiB