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
2e4a6e36
Commit
2e4a6e36
authored
17 years ago
by
Shinya Kuribayashi
Browse files
Options
Downloads
Patches
Plain Diff
[MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
Signed-off-by:
Shinya Kuribayashi
<
skuribay@ruby.dti.ne.jp
>
parent
662e5cb3
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
board/pb1x00/Makefile
+1
-1
1 addition, 1 deletion
board/pb1x00/Makefile
board/pb1x00/lowlevel_init.S
+2
-2
2 additions, 2 deletions
board/pb1x00/lowlevel_init.S
with
3 additions
and
3 deletions
board/pb1x00/Makefile
+
1
−
1
View file @
2e4a6e36
...
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
...
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB
=
$(
obj
)
lib
$(
BOARD
)
.a
LIB
=
$(
obj
)
lib
$(
BOARD
)
.a
COBJS
=
$(
BOARD
)
.o flash.o
COBJS
=
$(
BOARD
)
.o flash.o
SOBJS
=
memsetup
.o
SOBJS
=
lowlevel_init
.o
SRCS
:=
$(
SOBJS:.o
=
.S
)
$(
COBJS:.o
=
.c
)
SRCS
:=
$(
SOBJS:.o
=
.S
)
$(
COBJS:.o
=
.c
)
OBJS
:=
$(
addprefix
$(
obj
)
,
$(
COBJS
))
OBJS
:=
$(
addprefix
$(
obj
)
,
$(
COBJS
))
...
...
This diff is collapsed.
Click to expand it.
board/pb1x00/
memsetup
.S
→
board/pb1x00/
lowlevel_init
.S
+
2
−
2
View file @
2e4a6e36
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
.
set
noreorder
.
set
noreorder
.
set
mips32
.
set
mips32
.
globl
memsetup
.
globl
lowlevel_init
memsetup
:
lowlevel_init
:
/
*
/
*
*
Step
1
)
Establish
CPU
endian
mode
.
*
Step
1
)
Establish
CPU
endian
mode
.
*
NOTE
:
A
fair
amount
of
code
is
necessary
on
the
Pb1000
to
*
NOTE
:
A
fair
amount
of
code
is
necessary
on
the
Pb1000
to
...
...
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