diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-08-22 08:15:17 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-28 07:17:15 -0400 |
commit | fceadc1459c099303f1e0cdd1937bb561b5ce288 (patch) | |
tree | 8cc6ae4a27ffa812d792fa1aed947e1ee7c91e95 /include | |
parent | 18aa5a4134e8179c7c3e38675822284a2718a3d8 (diff) |
nvme: Adjust the 'nvme' command to use blk_common_cmd()
Instead of having separate code in the 'nvme' command, adjust it to use
the common function.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/config_fallbacks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index 961a83d758..d1bde5f07c 100644 --- a/include/config_fallbacks.h +++ b/include/config_fallbacks.h @@ -50,6 +50,7 @@ defined(CONFIG_CMD_PART) || \ defined(CONFIG_CMD_GPT) || \ defined(CONFIG_MMC) || \ + defined(CONFIG_NVME) || \ defined(CONFIG_SYSTEMACE) || \ defined(CONFIG_SANDBOX) #define HAVE_BLOCK_DEVICE |