]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
spl: fix descending condition to drivers/mtd/nand/
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 13 Nov 2014 10:29:09 +0000 (19:29 +0900)
committerTom Rini <trini@ti.com>
Sun, 23 Nov 2014 11:49:03 +0000 (06:49 -0500)
commit167544e83ab357d74932fd1404d5d9f28a35a2af
treee3d0aafca4dd3e638cb10475a567a5969fd9f77b
parent60296a835cb176695a3ce3a50a843d2f03b77d32
spl: fix descending condition to drivers/mtd/nand/

SPL should not reference CONFIG_CMD_NAND to decide whether or not
it should build drivers/mtd/nand.  CONFIG_CMD_NAND should be only
used to select the NAND utility command on the command parser.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
scripts/Makefile.spl