diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:15 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 13:33:54 (GMT) |
commit | 230ecd7150e83fc5a669bc1d986a79cd036de90a (patch) | |
tree | fbdef91d69291894996ada86494e37554be4812f /configs/P1020RDB-PC_36BIT_defconfig | |
parent | ffc76589d0e728877992b7247a2ced39025e4493 (diff) | |
download | u-boot-230ecd7150e83fc5a669bc1d986a79cd036de90a.tar.xz |
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/P1020RDB-PC_36BIT_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_36BIT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_36BIT_defconfig b/configs/P1020RDB-PC_36BIT_defconfig index 85fbc05..c0d8d78 100644 --- a/configs/P1020RDB-PC_36BIT_defconfig +++ b/configs/P1020RDB-PC_36BIT_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y +# CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1020RDB_PC=y CONFIG_PHYS_64BIT=y CONFIG_FIT=y |