common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts
authorLadislav Michl <[email protected]>
Mon, 9 Jan 2017 10:17:27 +0000 (11:17 +0100)
committerSimon Glass <[email protected]>
Wed, 8 Feb 2017 12:34:52 +0000 (05:34 -0700)
commit136026f18ed7bdfadc1af1696eced2b13af003d7
tree747e9178150714d77e6988efa0c6be48de4b10c2
parent446d4e048ee3b00f7907e15cd02aa404cc714c77
common: fdt_support: Remove check for mtdparts in fdt_fixup_mtdparts

fdt_fixup_mtdparts currently does nothing when partition info is
runtime-generated or compiled-in defaults are used.

Signed-off-by: Ladislav Michl <[email protected]>
Fix nits in commit message:
Signed-off-by: Simon Glass <[email protected]>
common/fdt_support.c