summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDirk Eibach <dirk.eibach@gdsys.cc>2014-07-03 09:28:22 +0200
committerTom Rini <trini@ti.com>2014-07-07 19:47:19 -0400
commit3a990bfaeaf3d8388e1a62163e9361fe89ae3c79 (patch)
tree741216917eb6f247f9182e2046d89b1d88cbb6b7 /include
parent5568fb4402d5b0e01f61867c281b07633f529fd4 (diff)
downloadtalos-obmc-uboot-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.tar.gz
talos-obmc-uboot-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.zip
board: gdsys: Make gdsys osd hardware detection more robust
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dlvision-10g.h2
-rw-r--r--include/configs/iocon.h6
2 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h
index c2289ce9b5..08ab5c3177 100644
--- a/include/configs/dlvision-10g.h
+++ b/include/configs/dlvision-10g.h
@@ -121,9 +121,7 @@
{ 54, 27 }, { 56, 31 }, { 58, 36 }, { 60, 40 } }
#define CONFIG_DTT_TACH_LIMIT 0xa10
-#define CONFIG_SYS_ICS8N3QV01
#define CONFIG_SYS_ICS8N3QV01_I2C {0, 1}
-#define CONFIG_SYS_SIL1178
#define CONFIG_SYS_SIL1178_I2C {0, 1}
/* EBC peripherals */
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index 1aebab37bb..1836d127aa 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -167,11 +167,6 @@ int fpga_gpio_get(unsigned int bus, int pin);
#define I2C_DELAY udelay(25) /* 1/4 I2C clock duration */
/*
- * OSD hardware
- */
-#define CONFIG_SYS_MPC92469AC
-
-/*
* FLASH organization
*/
#define CONFIG_SYS_FLASH_CFI /* The flash is CFI compatible */
@@ -298,7 +293,6 @@ int fpga_gpio_get(unsigned int bus, int pin);
/*
* OSD Setup
*/
-#define CONFIG_SYS_ICS8N3QV01
#define CONFIG_SYS_MPC92469AC
#define CONFIG_SYS_OSD_SCREENS 1
#define CONFIG_SYS_DP501_DIFFERENTIAL
OpenPOWER on IntegriCloud