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/P2020RDB-PC_36BIT_SPIFLASH_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/P2020RDB-PC_36BIT_SPIFLASH_defconfig')
-rw-r--r-- | configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig index e7c491a4a9e..73b43f7c8d6 100644 --- a/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig +++ b/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y CONFIG_MPC85xx=y +# CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P2020RDB=y CONFIG_PHYS_64BIT=y CONFIG_FIT=y |