From 14e63f1e34e08790957934a63e334be66a5bee5b Mon Sep 17 00:00:00 2001 From: WANG Cong Date: Thu, 25 Aug 2011 15:59:20 -0700 Subject: [PATCH] --- yaml --- r: 263344 b: refs/heads/master c: 02016bc0381c4af9153b4e4008edfadae2bd6abc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/cris/include/asm/serial.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/cris/include/asm/serial.h diff --git a/[refs] b/[refs] index 61ed636217b0..4d61377c20e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 37b7bf67c36d3a2b426c0cb2787d948949574103 +refs/heads/master: 02016bc0381c4af9153b4e4008edfadae2bd6abc diff --git a/trunk/arch/cris/include/asm/serial.h b/trunk/arch/cris/include/asm/serial.h new file mode 100644 index 000000000000..af7535a955fb --- /dev/null +++ b/trunk/arch/cris/include/asm/serial.h @@ -0,0 +1,9 @@ +#ifndef _ASM_SERIAL_H +#define _ASM_SERIAL_H + +/* + * This assumes you have a 1.8432 MHz clock for your UART. + */ +#define BASE_BAUD (1843200 / 16) + +#endif /* _ASM_SERIAL_H */