commit | 167544e83ab357d74932fd1404d5d9f28a35a2af | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Nov 13 19:29:09 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 23 06:49:03 2014 -0500 |
tree | e3d0aafca4dd3e638cb10475a567a5969fd9f77b | |
parent | 60296a835cb176695a3ce3a50a843d2f03b77d32 [diff] |
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>