diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:28:03 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 13:40:59 -0400 |
commit | 9707274718b0d343d93941fb19f9314ef3cffa4b (patch) | |
tree | 596a79b34cce24cd4d285f247531f5165c3ceddd /include/configs/sandbox.h | |
parent | d315628edbc99572c3d35cb72fffcd32e12f859b (diff) |
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_CRAMFS
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: imply CMD_CRAMFS for keymile]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 12fc9f3c73..c02d3060e1 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -35,7 +35,6 @@ #define CONFIG_FAT_WRITE #define CONFIG_FS_EXT4 #define CONFIG_EXT4_WRITE -#define CONFIG_CMD_CRAMFS #define CONFIG_HOST_MAX_DEVICES 4 /* |