From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Tue, 15 Mar 2011 11:26:16 +0900 Subject: [U-Boot] [PATCH v6 1/7] those files are jz4740 base files In-Reply-To: <1298876234-28115-2-git-send-email-xiangfu@openmobilefree.net> References: <1298876234-28115-1-git-send-email-xiangfu@openmobilefree.net> <1298876234-28115-2-git-send-email-xiangfu@openmobilefree.net> Message-ID: <4D7ECE48.7050903@pobox.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/28/2011 03:57 PM, Xiangfu Liu wrote: > diff --git a/arch/mips/cpu/xburst/jz_serial.c b/arch/mips/cpu/xburst/jz_serial.c > new file mode 100644 > index 0000000..65ce993 > --- /dev/null > +++ b/arch/mips/cpu/xburst/jz_serial.c [...] > +/* > + * serial_init - initialize a channel > + * > + * This routine initializes the number of data bits, parity > + * and set the selected baud rate. Interrupts are disabled. > + * Set the modem control signals if the option is selected. > + * > + * RETURNS: N/A > + */ > +struct jz4740_uart *uart = (struct jz4740_uart *) CONFIG_SYS_UART_BASE; > + Can we make this static?