diff options
| author | Stefan Roese <sr@denx.de> | 2010-07-22 19:06:27 +0200 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2010-07-23 09:55:18 +0200 |
| commit | 1ffcb86ce06a252ff6f4620691eb347c8ab47b61 (patch) | |
| tree | 6b32ce711584acff3d33f2390ff10328a66c1d01 | |
| parent | e37228602592b347a7741f0d2d12755295517584 (diff) | |
| download | olio-uboot-2014.01-1ffcb86ce06a252ff6f4620691eb347c8ab47b61.tar.xz olio-uboot-2014.01-1ffcb86ce06a252ff6f4620691eb347c8ab47b61.zip | |
ppc4xx: Enable "ecctest" command on t3corp
Signed-off-by: Stefan Roese <sr@denx.de>
| -rw-r--r-- | include/configs/t3corp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/t3corp.h b/include/configs/t3corp.h index 7b88601ed..b38886b53 100644 --- a/include/configs/t3corp.h +++ b/include/configs/t3corp.h @@ -359,6 +359,7 @@ * Commands additional to the ones defined in amcc-common.h */ #define CONFIG_CMD_CHIP_CONFIG +#define CONFIG_CMD_ECCTEST #define CONFIG_CMD_PCI #define CONFIG_CMD_SDRAM |