]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 9 Jul 2018 06:12:37 +0000 (15:12 +0900)
committerTom Rini <trini@konsulko.com>
Sun, 26 Aug 2018 16:24:03 +0000 (12:24 -0400)
commit7f2c968981e7e2b788b6fc24c0d84f4f4a8b9958
tree8b2b0460bc3e19a023554e5c9a18977c15d8cc3e
parentd492c59c9890e7a2d928be1c6a5c21ad2cb3762d
cmd: ubi: change 'default y' for SUNXI to 'imply' in Kconfig

It is not preferred to put SUNXI-specific code in the common place.

Change it to 'imply' property of ARCH_SUNXI.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/Kconfig
cmd/Kconfig