diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2014-07-03 09:28:22 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:47:19 -0400 |
commit | 3a990bfaeaf3d8388e1a62163e9361fe89ae3c79 (patch) | |
tree | 741216917eb6f247f9182e2046d89b1d88cbb6b7 /include/configs/iocon.h | |
parent | 5568fb4402d5b0e01f61867c281b07633f529fd4 (diff) | |
download | u-boot-3a990bfaeaf3d8388e1a62163e9361fe89ae3c79.tar.gz |
board: gdsys: Make gdsys osd hardware detection more robust
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include/configs/iocon.h')
-rw-r--r-- | include/configs/iocon.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |