Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jack Humbert
reform-boundary-uboot
Commits
3e66c078
Commit
3e66c078
authored
17 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix some build errors.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
05675735
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/net/mcffec.c
+2
-2
2 additions, 2 deletions
drivers/net/mcffec.c
drivers/serial/mcfuart.c
+3
-1
3 additions, 1 deletion
drivers/serial/mcfuart.c
rtc/mcfrtc.c
+3
-3
3 additions, 3 deletions
rtc/mcfrtc.c
with
8 additions
and
6 deletions
drivers/net/mcffec.c
+
2
−
2
View file @
3e66c078
...
@@ -27,15 +27,15 @@
...
@@ -27,15 +27,15 @@
#include
<common.h>
#include
<common.h>
#include
<malloc.h>
#include
<malloc.h>
#ifdef CONFIG_MCFFEC
#include
<asm/fec.h>
#include
<asm/fec.h>
#include
<asm/immap.h>
#include
<asm/immap.h>
#include
<command.h>
#include
<command.h>
#include
<config.h>
#include
<net.h>
#include
<net.h>
#include
<miiphy.h>
#include
<miiphy.h>
#ifdef CONFIG_MCFFEC
#undef ET_DEBUG
#undef ET_DEBUG
#undef MII_DEBUG
#undef MII_DEBUG
...
...
This diff is collapsed.
Click to expand it.
drivers/serial/mcfuart.c
+
3
−
1
View file @
3e66c078
...
@@ -28,12 +28,14 @@
...
@@ -28,12 +28,14 @@
*/
*/
#include
<common.h>
#include
<common.h>
#ifdef CONFIG_MCFUART
#include
<asm/immap.h>
#include
<asm/immap.h>
#include
<asm/uart.h>
#include
<asm/uart.h>
DECLARE_GLOBAL_DATA_PTR
;
DECLARE_GLOBAL_DATA_PTR
;
#ifdef CONFIG_MCFUART
extern
void
uart_port_conf
(
void
);
extern
void
uart_port_conf
(
void
);
int
serial_init
(
void
)
int
serial_init
(
void
)
...
...
This diff is collapsed.
Click to expand it.
rtc/mcfrtc.c
+
3
−
3
View file @
3e66c078
...
@@ -22,14 +22,14 @@
...
@@ -22,14 +22,14 @@
*/
*/
#include
<common.h>
#include
<common.h>
#if defined(CONFIG_MCFRTC) && defined(CONFIG_CMD_DATE)
#include
<command.h>
#include
<command.h>
#include
<rtc.h>
#include
<rtc.h>
#include
<asm/immap.h>
#include
<asm/immap.h>
#include
<asm/rtc.h>
#include
<asm/rtc.h>
#if defined(CONFIG_MCFRTC) && defined(CONFIG_CMD_DATE)
#undef RTC_DEBUG
#undef RTC_DEBUG
#ifndef CFG_MCFRTC_BASE
#ifndef CFG_MCFRTC_BASE
...
...
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