9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c845d124a378749dfa9b822fadf2f74bf25392b1
parent ed69dc4590a6c76129baa645c449c229a4d69fa8
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Thu, 25 Apr 2019 11:13:10 +0100

[hosted/rom] Update the uart path

Change-Id: Ic5f03fcad8e494808b965ce85c8dccf60b7f402f

Diffstat:
Mtarget/hosted/rom.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target/hosted/rom.c b/target/hosted/rom.c @@ -50,8 +50,8 @@ imach(void) static void namespace(void) { - if (bind("#t0", "/dev/uart") < 0) { - kerror("/dev/uart"); + if (bind("#t0", "/dev/uart0") < 0) { + kerror("/dev/uart0"); goto error; } if (bind("#t0", "/dev/cons") < 0) {