]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
powerpc: mpc8xx: delete an unused source file
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 1 Apr 2014 08:15:13 +0000 (17:15 +0900)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 21:44:31 +0000 (17:44 -0400)
References to the wireless keyboard should also be removed
from README.console.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Wolfgang Denk <wd@denx.de>
arch/powerpc/cpu/mpc8xx/wlkbd.c [deleted file]
doc/README.console

diff --git a/arch/powerpc/cpu/mpc8xx/wlkbd.c b/arch/powerpc/cpu/mpc8xx/wlkbd.c
deleted file mode 100644 (file)
index 3a41c2f..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * (C) Copyright 2000
- * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
- *
- * SPDX-License-Identifier:    GPL-2.0+
- */
-
-#include <common.h>
-#include <config.h>
-
-#ifdef CONFIG_WL_4PPM_KEYBOARD
-
-/* WIP: Wireless keyboard on SMC
- */
-int    drv_wlkbd_init (void)
-{
-    return 0 ;
-}
-
-#endif /* CONFIG_WL_4PPM_KEYBOARD */
index c9ef59e9a5f6b6b4e0394c2450d4cd41cc256e92..e7970ed37966ddd2c2d12de03603e8eced7d5195 100644 (file)
@@ -25,7 +25,7 @@ stdout or stderr) to any device you see in that list simply by
 assigning its name to the corresponding environment variable. For
 example:
 
-    setenv stdin wl_kbd                <- To use the wireless keyboard
+    setenv stdin serial                <- To use the serial input
     setenv stdout video                <- To use the video console
 
 Do a simple "saveenv" to save the console settings in the environment