
24 May
2014
24 May
'14
3:29 a.m.
On 17 April 2014 22:41, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
Before this commit, fdt_initrd() just returned if initrd start address is zero. But it is possible if the RAM is located at address 0.
This commit makes the return condition more reasonable: Just return if the size of initrd is zero.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Acked-by: Simon Glass sjg@chromium.org
Changes in v2: None
common/fdt_support.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)