]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_echo.c
x86: Add CBMEM console driver for coreboot
[karo-tx-uboot.git] / common / cmd_echo.c
index 1e499fb0db93116b41c6ca7922bf78cee2ab71c5..52123fee2afc6e07f40b820548f060ce9bc05ffc 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 
-int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        int i;
        int putnl = 1;