Revision | dc2164da46c1ba4a2ff44ed3cd48e5f6211640e2 (tree) |
---|---|
Time | 2014-04-18 06:44:31 |
Author | Masahiro Yamada <yamada.m@jp.p...> |
Commiter | Tom Rini |
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>
@@ -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 */ |
@@ -25,7 +25,7 @@ stdout or stderr) to any device you see in that list simply by | ||
25 | 25 | assigning its name to the corresponding environment variable. For |
26 | 26 | example: |
27 | 27 | |
28 | - setenv stdin wl_kbd <- To use the wireless keyboard | |
28 | + setenv stdin serial <- To use the serial input | |
29 | 29 | setenv stdout video <- To use the video console |
30 | 30 | |
31 | 31 | Do a simple "saveenv" to save the console settings in the environment |