Merge git://git.denx.de/u-boot-net
[oweals/u-boot.git] / include / configs / stv0991.h
index bfd1bd719285a2c7442967bac302e719274bb2d4..2f808c6c72daac3a699cbde0bb0d1ee3af8ca504 100644 (file)
@@ -9,12 +9,9 @@
 #define __CONFIG_STV0991_H
 #define CONFIG_SYS_DCACHE_OFF
 #define CONFIG_SYS_EXCEPTION_VECTORS_HIGH
-#define CONFIG_BOARD_EARLY_INIT_F
 
 #define CONFIG_SYS_CORTEX_R4
 
-#define CONFIG_SYS_NO_FLASH
-
 /* ram memory-related information */
 #define CONFIG_NR_DRAM_BANKS                   1
 #define PHYS_SDRAM_1                           0x00000000
@@ -31,7 +28,6 @@
 #define CONFIG_SYS_MALLOC_LEN                  (CONFIG_ENV_SIZE + 16 * 1024)
 
 /* serial port (PL011) configuration */
-#define CONFIG_BAUDRATE                                115200
 #define CONFIG_PL01X_SERIAL
 
 /* user interface */
@@ -74,6 +70,7 @@
 #ifdef CONFIG_OF_CONTROL               /* QSPI is controlled via DT */
 #define CONFIG_CQSPI_DECODER           0
 #define CONFIG_CQSPI_REF_CLK           ((30/4)/2)*1000*1000
+#define CONFIG_BOUNCE_BUFFER
 
 #endif