• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisióndc2164da46c1ba4a2ff44ed3cd48e5f6211640e2 (tree)
Tiempo2014-04-18 06:44:31
AutorMasahiro Yamada <yamada.m@jp.p...>
CommiterTom Rini

Log Message

powerpc: mpc8xx: delete an unused source file

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>

Cambiar Resumen

Diferencia incremental

--- a/arch/powerpc/cpu/mpc8xx/wlkbd.c
+++ /dev/null
@@ -1,20 +0,0 @@
1-/*
2- * (C) Copyright 2000
3- * Paolo Scaffardi, AIRVENT SAM s.p.a - RIMINI(ITALY), arsenio@tin.it
4- *
5- * SPDX-License-Identifier: GPL-2.0+
6- */
7-
8-#include <common.h>
9-#include <config.h>
10-
11-#ifdef CONFIG_WL_4PPM_KEYBOARD
12-
13-/* WIP: Wireless keyboard on SMC
14- */
15-int drv_wlkbd_init (void)
16-{
17- return 0 ;
18-}
19-
20-#endif /* CONFIG_WL_4PPM_KEYBOARD */
--- a/doc/README.console
+++ b/doc/README.console
@@ -25,7 +25,7 @@ stdout or stderr) to any device you see in that list simply by
2525 assigning its name to the corresponding environment variable. For
2626 example:
2727
28- setenv stdin wl_kbd <- To use the wireless keyboard
28+ setenv stdin serial <- To use the serial input
2929 setenv stdout video <- To use the video console
3030
3131 Do a simple "saveenv" to save the console settings in the environment