diff options
author | Simon Glass | 2017-05-17 03:25:15 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:54 -0400 |
commit | 230ecd7150e83fc5a669bc1d986a79cd036de90a (patch) | |
tree | fbdef91d69291894996ada86494e37554be4812f /configs/P1021RDB-PC_SDCARD_defconfig | |
parent | ffc76589d0e728877992b7247a2ced39025e4493 (diff) |
Convert CONFIG_CMD_ERRATA to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ERRATA
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1021RDB-PC_SDCARD_defconfig')
-rw-r--r-- | configs/P1021RDB-PC_SDCARD_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1021RDB-PC_SDCARD_defconfig b/configs/P1021RDB-PC_SDCARD_defconfig index b74bc653020..629a22bf262 100644 --- a/configs/P1021RDB-PC_SDCARD_defconfig +++ b/configs/P1021RDB-PC_SDCARD_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_MPC85xx=y +# CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1021RDB=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |