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 | |
parent | d315628edbc99572c3d35cb72fffcd32e12f859b (diff) | |
download | u-boot-9707274718b0d343d93941fb19f9314ef3cffa4b.zip u-boot-9707274718b0d343d93941fb19f9314ef3cffa4b.tar.gz u-boot-9707274718b0d343d93941fb19f9314ef3cffa4b.tar.bz2 |
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')
-rw-r--r-- | include/configs/UCP1020.h | 1 | ||||
-rw-r--r-- | include/configs/km/keymile-common.h | 2 | ||||
-rw-r--r-- | include/configs/sandbox.h | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index f1b72a3..a64ba1c 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 diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index 24830ee..40d5d53 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -69,8 +69,6 @@ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_CONCAT -#define CONFIG_CMD_CRAMFS - #ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS #define CONFIG_KM_DEF_ENV_BOOTPARAMS \ "actual_bank=0\0" diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 12fc9f3..c02d306 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 /* |