commit | e51b8a44f3d4ddaf98985d0361011adebe4849f2 | [log] [tgz] |
---|---|---|
author | Christopher Spinrath <christopher.spinrath@rwth-aachen.de> | Tue Jul 12 23:37:35 2016 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jul 19 19:52:12 2016 +0200 |
tree | 37292e89a04cfdf1b8cb5be6d20bc68a34e42a63 | |
parent | b74aed96a9e1f0a386bc5b5b43d79d3fa9132204 [diff] |
fdt_support: define stub for fdt_fixup_mtdparts Define an inline stub for fdt_fixup_mtdparts in the case that CONFIG_FDT_FIXUP_PARTITIONS is not defined. This avoids the need to guard every call to this function by a proper #ifdef in board files. Signed-off-by: Christopher Spinrath <christopher.spinrath@rwth-aachen.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Igor Grinberg <grinberg@compulab.co.il>