From a0f2fe524c63b3be90e18c89fc62673b1cf8fc6b Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 28 Oct 2003 09:14:21 +0000 Subject: * Patch by Stephan Linz, 28 Oct 2003: fix init sequence error for NIOS port * Allow lowercase spelling for IceCube_5200; support MPC5200LITE name * Add CONFIG_VERSION_VARIABLE to TRAB configuration --- include/configs/trab.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/trab.h') diff --git a/include/configs/trab.h b/include/configs/trab.h index e7d1b263e6..4d37807e7d 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -62,6 +62,8 @@ #define CFG_DEVICE_NULLDEV 1 /* enble null device */ #define CONFIG_SILENT_CONSOLE 1 /* enable silent startup */ +#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */ + /*********************************************************** * I2C stuff: * the TRAB is equipped with an ATMEL 24C04 EEPROM at -- cgit v1.2.1