X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=include%2Fconfigs%2FPATI.h;h=9589c359efd5d6a5471e48aebe87d08ec1b18ec9;hb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;hp=9f3c0372378ee132b0d409a4fce96713536fff46;hpb=a212d6966bfcf393e82e44246d7dfb6de032e82a;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/PATI.h b/include/configs/PATI.h index 9f3c037..9589c35 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -44,25 +44,17 @@ #define CONFIG_CMD_EEPROM #define CONFIG_CMD_IRQ -#if 0 -#define CONFIG_BOOTDELAY -1 /* autoboot disabled */ -#else -#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ -#endif #define CONFIG_BOOTCOMMAND "" /* autoboot command */ #define CONFIG_BOOTARGS "" /* */ #define CONFIG_WATCHDOG /* turn on platform specific watchdog */ -/*#define CONFIG_STATUS_LED 1 */ /* Enable status led */ - #define CONFIG_LOADS_ECHO 1 /* Echo on for serial download */ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_CONSOLE_IS_IN_ENV /* stdin, stdout and stderr are in evironment */ #define CONFIG_PREBOOT #define CONFIG_SYS_LONGHELP /* undef to save memory */ @@ -257,9 +249,4 @@ */ #define CONFIG_SYS_DER 0x00000000 -#define VERSION_TAG "released" -#define CONFIG_ISO_STRING "MEV-10084-001" - -#define CONFIG_IDENT_STRING "\n(c) 2003 by MPL AG Switzerland, " CONFIG_ISO_STRING " " VERSION_TAG - #endif /* __CONFIG_H */