DM: I2C: Switch display5 board to use DM_I2C
[oweals/u-boot.git] / include / configs / h2200.h
index 4b380beee2720324976ed3f5a44568d0a1f23b19..1abf283e26c9dc410f59cef416732ff4c4f103f5 100644 (file)
@@ -1,9 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * iPAQ h2200 board configuration
  *
  * Copyright (C) 2012 Lukasz Dalek <luk0104@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __CONFIG_H
@@ -13,7 +12,6 @@
 
 #define CONFIG_CPU_PXA25X              1
 
-#define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM_1                   0xa0000000 /* SDRAM Bank #1 */
 #define PHYS_SDRAM_1_SIZE              0x04000000 /* 64 MB */
 
  * Serial port
  */
 #define CONFIG_FFUART
-#define CONFIG_CONS_INDEX              3
 
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 38400, 115200 }