diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:15 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 09:33:54 -0400 |
| commit | 230ecd7150e83fc5a669bc1d986a79cd036de90a (patch) | |
| tree | fbdef91d69291894996ada86494e37554be4812f /include/configs/km | |
| parent | ffc76589d0e728877992b7247a2ced39025e4493 (diff) | |
Convert CONFIG_CMD_ERRATA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ERRATA
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/km')
| -rw-r--r-- | include/configs/km/kmp204x-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 9bfcfdefe9c..664a64c55a7 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -370,7 +370,6 @@ int get_scl(void); * additionnal command line configuration. */ #define CONFIG_CMD_PCI -#define CONFIG_CMD_ERRATA /* we don't need flash support */ #undef CONFIG_FLASH_CFI_MTD |
