[U-Boot] [PATCH] ppc4xx: Enable "ecctest" command on t3corp

Signed-off-by: Stefan Roese sr@denx.de --- 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 0ecc5b1..3647272 100644 --- a/include/configs/t3corp.h +++ b/include/configs/t3corp.h @@ -360,6 +360,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

On Thursday 22 July 2010 19:06:27 Stefan Roese wrote:
Signed-off-by: Stefan Roese sr@denx.de
Applied to u-boot-ppc4xx/master. Thanks.
Cheers, Stefan
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office@denx.de
participants (1)
-
Stefan Roese