commit | 0904eb26861fe601d1f9218cb85a2bd426c59157 | [log] [tgz] |
---|---|---|
author | Miao Yan <miao.yan@windriver.com> | Thu Nov 28 17:51:39 2013 +0800 |
committer | Tom Rini <trini@ti.com> | Mon Dec 16 08:59:42 2013 -0500 |
tree | 442c63ca9a4e98a235d146cc558383b98e6434c6 | |
parent | 1bd545617f56122f79674c865c98795b8819298d [diff] |
common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks() fdt_fixup_memory_banks() will add and update /memory node in device tree blob. In the case that /memory node doesn't exist, after adding a new one, this function returns error. The correct behavior should be continuing to update its properties. Signed-off-by: Miao Yan <miao.yan@windriver.com>