diff options
Diffstat (limited to 'include/configs/PATI.h')
-rw-r--r-- | include/configs/PATI.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/PATI.h b/include/configs/PATI.h index 81d535f9d1..9f3c037237 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -21,14 +21,12 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF00000 - /* Serial Console Configuration */ #define CONFIG_5xx_CONS_SCI1 #undef CONFIG_5xx_CONS_SCI2 #define CONFIG_BAUDRATE 9600 - /* * BOOTP options */ @@ -37,7 +35,6 @@ #define CONFIG_BOOTP_GATEWAY #define CONFIG_BOOTP_HOSTNAME - /* * Command line configuration. */ @@ -47,7 +44,6 @@ #define CONFIG_CMD_EEPROM #define CONFIG_CMD_IRQ - #if 0 #define CONFIG_BOOTDELAY -1 /* autoboot disabled */ #else @@ -135,7 +131,6 @@ */ #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ - /*----------------------------------------------------------------------- * FLASH organization *----------------------------------------------------------------------- @@ -165,7 +160,6 @@ #define CONFIG_ENV_OFFSET ((0 - CONFIG_SYS_FLASH_BASE) - CONFIG_ENV_SIZE) /* Environment starts at this adress */ #endif - #define CONFIG_SPI 1 #define CONFIG_SYS_SPI_CS_USED 0x09 /* CS0 and CS3 are used */ #define CONFIG_SYS_SPI_CS_BASE 0x08 /* CS3 is active low */ @@ -224,7 +218,6 @@ */ #define CONFIG_SYS_OSC_CLK ((uint)4000000) /* Oscillator clock is 4MHz */ - #define CONFIG_SYS_PLPRCR (PLPRCR_MF_9 | PLPRCR_DIVF_0) /*----------------------------------------------------------------------- |