configs: remove raw NAND core from k2g defconfigs
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 3 Oct 2019 17:50:17 +0000 (19:50 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 4 Dec 2019 18:26:17 +0000 (13:26 -0500)
commit452f22e7e3e073896d893ee0ed3d982704191a20
tree80d249d24ad612ca9ddf8168144979493a5f5450
parente0a4c2d2a7e6806668ad4818cd25e3a0c0071774
configs: remove raw NAND core from k2g defconfigs

Due to previous Makefile organization, the raw NAND subdirectory was
not compiled in if CMD_NAND was not enabled. Because the Denali driver
does not compile with these boards (undefined environment offset),
remove the dependency within the defconfig over the controller driver
(was ignored anyway in the past).

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
configs/k2g_evm_defconfig
configs/k2g_hs_evm_defconfig