diff options
author | Simon Glass | 2017-04-26 22:28:03 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 13:40:59 -0400 |
commit | 9707274718b0d343d93941fb19f9314ef3cffa4b (patch) | |
tree | 596a79b34cce24cd4d285f247531f5165c3ceddd /include/configs/UCP1020.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/UCP1020.h')
-rw-r--r-- | include/configs/UCP1020.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index f1b72a329c3..a64ba1cfd37 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -447,7 +447,6 @@ #define CONFIG_CMD_IRQ #define CONFIG_CMD_REGINFO #define CONFIG_CMD_ERRATA -#define CONFIG_CMD_CRAMFS /* * USB |