mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
davinci: omapl138-lcdk: Remove empty compiler directives
There is an #ifdef with nothing inside it any longer. This patch removes this empty #ifdef Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
@@ -227,10 +227,6 @@ int board_init(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_DRIVER_TI_EMAC
|
|
||||||
|
|
||||||
#endif /* CONFIG_DRIVER_TI_EMAC */
|
|
||||||
|
|
||||||
#define CFG_MAC_ADDR_SPI_BUS 0
|
#define CFG_MAC_ADDR_SPI_BUS 0
|
||||||
#define CFG_MAC_ADDR_SPI_CS 0
|
#define CFG_MAC_ADDR_SPI_CS 0
|
||||||
#define CFG_MAC_ADDR_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
|
#define CFG_MAC_ADDR_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
|
||||||
|
Reference in New Issue
Block a user