Changeset ed88c8e in mainline for boot/genarch
- Timestamp:
- 2018-05-29T13:25:07Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fc0b2a8
- Parents:
- a57fa32
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-28 17:24:17)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-29 13:25:07)
- Location:
- boot/genarch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/genarch/include/genarch/ofw.h
ra57fa32 red88c8e 89 89 extern void ofw_init(void); 90 90 91 extern void ofw_putchar(c onst char);91 extern void ofw_putchar(char); 92 92 93 93 extern ofw_arg_t ofw_get_property(const phandle, const char *, void *, -
boot/genarch/src/ofw.c
ra57fa32 red88c8e 194 194 } 195 195 196 void ofw_putchar(c onst char ch)196 void ofw_putchar(char ch) 197 197 { 198 198 if (ofw_stdout == 0)
Note:
See TracChangeset
for help on using the changeset viewer.