mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ARM: drop unsupported 'trab' board
The 'trab' board configuration is broken, and there is nobody who is interested and willing to fix it. Drop it. This includes support for VFD displays which have always been used by this board only. Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
79cfe42261
commit
566e5cf451
39 changed files with 6 additions and 7892 deletions
|
@ -105,9 +105,6 @@ int drv_arm_dcc_init(void);
|
|||
#ifdef CONFIG_LCD
|
||||
int drv_lcd_init (void);
|
||||
#endif
|
||||
#ifdef CONFIG_VFD
|
||||
int drv_vfd_init (void);
|
||||
#endif
|
||||
#if defined(CONFIG_VIDEO) || defined(CONFIG_CFB_CONSOLE)
|
||||
int drv_video_init (void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue