Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
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
Model registry
Operate
Environments
Monitor
Incidents
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
onny
uboot-i9100
Commits
066df1a5
Commit
066df1a5
authored
14 years ago
by
Andreas Bießmann
Committed by
Reinhard Meyer
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
at91rm9200ek: fix SDRAM initialistation values
Signed-off-by:
Andreas Bießmann
<
andreas.devel@googlemail.com
>
parent
d55c5c3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/at91rm9200ek.h
+1
-1
1 addition, 1 deletion
include/configs/at91rm9200ek.h
with
1 addition
and
1 deletion
include/configs/at91rm9200ek.h
+
1
−
1
View file @
066df1a5
...
...
@@ -90,7 +90,7 @@
#define CONFIG_SYS_EBI_CSA_VAL 0x00000002
/* CS1=CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRC_CR_VAL 0x2188c155
/* set up the CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRAM CONFIG_SYS_SDRAM_BASE
/* address of the SDRAM */
#define CONFIG_SYS_SDRAM1 CONFIG_SYS_SDRAM_BASE
/* address of the SDRAM */
#define CONFIG_SYS_SDRAM1
(
CONFIG_SYS_SDRAM_BASE
+0x80)
#define CONFIG_SYS_SDRAM_VAL 0x00000000
/* value written to CONFIG_SYS_SDRAM */
#define CONFIG_SYS_SDRC_MR_VAL 0x00000002
/* Precharge All */
#define CONFIG_SYS_SDRC_MR_VAL1 0x00000004
/* refresh */
...
...
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