summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/sim-console.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22h8300: gcc-8.1 fixYoshinori Sato1-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>
2016-03-25h8300: switch EARLYCONYoshinori Sato1-58/+9
earlyprintk is architecture specific option. earlycon is generic and small footprint. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2015-06-23h8300: miscellaneous functionsYoshinori Sato1-0/+79
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>