diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:15 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:54 -0400 |
commit | 230ecd7150e83fc5a669bc1d986a79cd036de90a (patch) | |
tree | fbdef91d69291894996ada86494e37554be4812f /configs/P1020MBG-PC_defconfig | |
parent | ffc76589d0e728877992b7247a2ced39025e4493 (diff) | |
download | u-boot-230ecd7150e83fc5a669bc1d986a79cd036de90a.tar.gz u-boot-230ecd7150e83fc5a669bc1d986a79cd036de90a.tar.xz u-boot-230ecd7150e83fc5a669bc1d986a79cd036de90a.zip |
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/P1020MBG-PC_defconfig')
-rw-r--r-- | configs/P1020MBG-PC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020MBG-PC_defconfig b/configs/P1020MBG-PC_defconfig index c0dd859a03..68c3246604 100644 --- a/configs/P1020MBG-PC_defconfig +++ b/configs/P1020MBG-PC_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y +# CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1020MBG=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |