Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
db28ddb4
Commit
db28ddb4
authored
18 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
parent
534ff676
No related branches found
Branches containing commit
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
cpu/arm920t/start.S
+2
-1
2 additions, 1 deletion
cpu/arm920t/start.S
with
5 additions
and
1 deletion
CHANGELOG
+
3
−
0
View file @
db28ddb4
...
...
@@ -2,6 +2,9 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix CONFIG_SKIP_LOWLEVEL_INIT dependency in cpu/arm920t/start.S
Patch by Peter Menzebach, 13 Oct 2005 [DNX#2006040142000473]
* Add support for ymodem protocol download
Patch by Stefano Babic, 29 Mar 2006
...
...
This diff is collapsed.
Click to expand it.
cpu/arm920t/start.S
+
2
−
1
View file @
db28ddb4
...
...
@@ -237,6 +237,7 @@ _start_armboot: .word start_armboot
*/
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
cpu_init_crit
:
/
*
*
flush
v4
I
/
D
caches
...
...
@@ -264,7 +265,7 @@ cpu_init_crit:
bl
lowlevel_init
mov
lr
,
ip
mov
pc
,
lr
#endif /* CONFIG_SKIP_LOWLEVEL_INIT */
/*
************************************************************************
*
...
...
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