Convert CONFIG_CMD_ECCTEST to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_ECCTEST

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 03:25:08 -06:00
committed by Tom Rini
parent 21c7297991
commit d63323fb59
6 changed files with 8 additions and 3 deletions

View File

@@ -137,6 +137,12 @@ config CMD_CHIP_CONFIG
and control the CPU and peripehrals clocks. The programmed
configuration is then used when the board boots.
config CMD_ECCTEST
bool "Enable the 'ecctest' command"
help
This command tests memory ECC by single and double error bit
injection.
source "board/amcc/acadia/Kconfig"
source "board/amcc/bamboo/Kconfig"
source "board/amcc/bubinga/Kconfig"