ARM: OMAP4: Panda: rework DMM logic
[oweals/u-boot.git] / board / ti / ks2_evm / board.h
index d91ef736129fa3c2309d143f215322f108566d8b..2bbd79245baa438983439872db0bb9ca275f1770 100644 (file)
 #ifndef _KS2_BOARD
 #define _KS2_BOARD
 
-#include <asm/arch/emac_defs.h>
+#include <asm/ti-common/keystone_net.h>
 
 extern struct eth_priv_t eth_priv_cfg[];
 
 int get_num_eth_ports(void);
+void spl_init_keystone_plls(void);
 
 #endif