]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/M5485EVB.h
sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default
[karo-tx-uboot.git] / include / configs / M5485EVB.h
index 0307f19ad2c43e488c4fd1c01a2cf1c3aecc2ee4..9aa02f7c6c6e41cb67ce8624e92bf644c541e6dc 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2004-2008 Freescale Semiconductor, Inc.
  * TsiChung Liew (Tsi-Chung.Liew@freescale.com)
  *
- * SPDX-License-Identifier:    GPL-2.0+ 
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
 #define CONFIG_M548x           /* define processor type */
 #define CONFIG_M5485           /* define processor type */
 
+#define CONFIG_DISPLAY_BOARDINFO
+
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           (0)
 #define CONFIG_BAUDRATE                115200
 
-#define CONFIG_HW_WATCHDOG
+#undef CONFIG_HW_WATCHDOG
 #define CONFIG_WATCHDOG_TIMEOUT        5000    /* timeout in milliseconds, max timeout is 6.71sec */
 
 /* Command line configuration */
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
 #define CONFIG_SYS_LOAD_ADDR           0x00010000
 
-#define CONFIG_SYS_HZ                  1000
 #define CONFIG_SYS_CLK                 CONFIG_SYS_BUSCLK
 #define CONFIG_SYS_CPU_CLK             CONFIG_SYS_CLK * 2