-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 347242 b: refs/heads/master c: 94d6c61 h: refs/heads/master v: v3
- Loading branch information
Max Filippov
authored and
Chris Zankel
committed
Dec 19, 2012
1 parent
70f9a0b
commit 465fa0b
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: d1538c4675f37d0eeb34bd38bec798b3b29a5a7e | ||
refs/heads/master: 94d6c61b97cbcb3b538276c3785896ea12ecaecb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 */ |