diff --git a/[refs] b/[refs] index 1409cd544e37..d93efc300c40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d1538c4675f37d0eeb34bd38bec798b3b29a5a7e +refs/heads/master: 94d6c61b97cbcb3b538276c3785896ea12ecaecb diff --git a/trunk/arch/xtensa/platforms/iss/include/platform/serial.h b/trunk/arch/xtensa/platforms/iss/include/platform/serial.h index e69de29bb2d1..16aec542d435 100644 --- a/trunk/arch/xtensa/platforms/iss/include/platform/serial.h +++ b/trunk/arch/xtensa/platforms/iss/include/platform/serial.h @@ -0,0 +1,15 @@ +/* + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2012 Tensilica Inc. + */ + +#ifndef __ASM_XTENSA_ISS_SERIAL_H +#define __ASM_XTENSA_ISS_SERIAL_H + +/* Have no meaning on ISS, but needed for 8250_early.c */ +#define BASE_BAUD 0 + +#endif /* __ASM_XTENSA_ISS_SERIAL_H */