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 */