summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/sim-console.c
Commit message (Collapse)AuthorAgeFilesLines
* h8300: gcc-8.1 fixYoshinori Sato2018-08-221-3/+4
| | | | | | | Since gcc 8.1 does not generate an assignment statement to er 0, we had to explicitly write it. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: switch EARLYCONYoshinori Sato2016-03-251-58/+9
| | | | | | | earlyprintk is architecture specific option. earlycon is generic and small footprint. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: miscellaneous functionsYoshinori Sato2015-06-231-0/+79
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>