mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Patch by Thomas Viehweger, 14 May 2004:
- flash.h: more flash types added - immap_8260.h: some bits added (useful for RMII) - cmd_coninfo.c: typo corrected, printf -> puts - reduced size by replacing spaces with tab
This commit is contained in:
parent
48abe7bfab
commit
aa5590b66f
7 changed files with 67 additions and 20 deletions
|
@ -37,7 +37,7 @@ int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[])
|
|||
|
||||
/* Scan for valid output and input devices */
|
||||
|
||||
printf ("List of available devices:\n");
|
||||
puts ("List of available devices:\n");
|
||||
|
||||
for (i = 1; i <= ListNumItems (devlist); i++) {
|
||||
device_t *dev = ListGetPtrToItem (devlist, i);
|
||||
|
@ -64,7 +64,7 @@ int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[])
|
|||
|
||||
U_BOOT_CMD(
|
||||
coninfo, 3, 1, do_coninfo,
|
||||
"coninfo - print console devices and informations\n",
|
||||
"coninfo - print console devices and information\n",
|
||||
""
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue