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
3515fd18
Commit
3515fd18
authored
17 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
HMI1001: fix compile problem.
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
e95bcc36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/hmi1001/hmi1001.c
+3
-1
3 additions, 1 deletion
board/hmi1001/hmi1001.c
with
3 additions
and
1 deletion
board/hmi1001/hmi1001.c
+
3
−
1
View file @
3515fd18
/*
/*
* (C) Copyright 2003-200
4
* (C) Copyright 2003-200
8
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
*
* (C) Copyright 2004
* (C) Copyright 2004
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
#include
<common.h>
#include
<common.h>
#include
<mpc5xxx.h>
#include
<mpc5xxx.h>
#include
<pci.h>
#include
<pci.h>
#include
<asm/processor.h>
#include
<malloc.h>
#include
<malloc.h>
#ifndef CFG_RAMBOOT
#ifndef CFG_RAMBOOT
...
@@ -84,6 +85,7 @@ long int initdram (int board_type)
...
@@ -84,6 +85,7 @@ long int initdram (int board_type)
ulong
dramsize
=
0
;
ulong
dramsize
=
0
;
#ifndef CFG_RAMBOOT
#ifndef CFG_RAMBOOT
ulong
test1
,
test2
;
ulong
test1
,
test2
;
uint
svr
,
pvr
;
/* setup SDRAM chip selects */
/* setup SDRAM chip selects */
*
(
vu_long
*
)
MPC5XXX_SDRAM_CS0CFG
=
0x0000001c
;
/* 512MB at 0x0 */
*
(
vu_long
*
)
MPC5XXX_SDRAM_CS0CFG
=
0x0000001c
;
/* 512MB at 0x0 */
...
...
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