summaryrefslogtreecommitdiffstats
path: root/board/sandbox/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sandbox/console.c')
-rw-r--r--board/sandbox/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sandbox/console.c b/board/sandbox/console.c
index 094521678a..2959e85c7a 100644
--- a/board/sandbox/console.c
+++ b/board/sandbox/console.c
@@ -25,7 +25,7 @@
#include <mach/linux.h>
#include <xfuncs.h>
-int u_boot_register_console(char *name, int stdinfd, int stdoutfd)
+int barebox_register_console(char *name, int stdinfd, int stdoutfd)
{
struct device_d *dev;
struct linux_console_data *data;