Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vesta
u-boot-2015.04
Commits
5ae31ee1
Commit
5ae31ee1
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
Patch by Marcus Hall, 24 Aug 2005
parent
f5c254d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
drivers/netconsole.c
+0
-4
0 additions, 4 deletions
drivers/netconsole.c
with
3 additions
and
4 deletions
CHANGELOG
+
3
−
0
View file @
5ae31ee1
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.4:
Changes for U-Boot 1.1.4:
======================================================================
======================================================================
* Remove unnecessary dependency of netconsole on CONFIG_NET_MULTI
Patch by Marcus Hall, 24 Aug 2005
* Fix the machine-id of the Cogent csb637 board
* Fix the machine-id of the Cogent csb637 board
Patch by Anders Larsen, 05 Oct 2005
Patch by Anders Larsen, 05 Oct 2005
...
...
This diff is collapsed.
Click to expand it.
drivers/netconsole.c
+
0
−
4
View file @
5ae31ee1
...
@@ -29,10 +29,6 @@
...
@@ -29,10 +29,6 @@
#include
<devices.h>
#include
<devices.h>
#include
<net.h>
#include
<net.h>
#ifndef CONFIG_NET_MULTI
#error define CONFIG_NET_MULTI to use netconsole
#endif
static
char
input_buffer
[
512
];
static
char
input_buffer
[
512
];
static
int
input_size
=
0
;
/* char count in input buffer */
static
int
input_size
=
0
;
/* char count in input buffer */
static
int
input_offset
=
0
;
/* offset to valid chars in input buffer */
static
int
input_offset
=
0
;
/* offset to valid chars in input buffer */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment