dts: bindings: mtd: partition: remove base_label

We don't need base_label as we special case handle the flash partition
define generation.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2019-02-08 11:08:43 -06:00 committed by Kumar Gala
commit c3eafb9c90

View file

@ -37,6 +37,4 @@ properties:
description: Denotes read only partition
generation: define
base_label: FLASH_AREA
...