prepared to move dspi functionality into a separate source file.

removed obsolete print statement
This commit is contained in:
Markus Fröschle
2013-10-16 13:35:32 +00:00
parent 427ba872d2
commit 5a2e6913b2
4 changed files with 191 additions and 7 deletions

View File

@@ -28,11 +28,6 @@
#ifndef __SYSINIT_H__
#define __SYSINIT_H__
extern void wait_10us(void);
/* send a 16-bit word out on the serial port */
#define uart_out_word(a) MCF_PSC0_PSCTB_8BIT = (a)
/* function(s) from init_fpga.c */
extern void init_fpga(void);