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
006442b3
Commit
006442b3
authored
14 years ago
by
Nobuhiro Iwamatsu
Browse files
Options
Downloads
Patches
Plain Diff
sh: Rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
Signed-off-by:
Nobuhiro Iwamatsu
<
iwamatsu@nigauri.org
>
parent
915d6b7d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/sh/config.mk
+1
-1
1 addition, 1 deletion
arch/sh/config.mk
with
1 addition
and
1 deletion
arch/sh/config.mk
+
1
−
1
View file @
006442b3
...
...
@@ -29,6 +29,6 @@ STANDALONE_LOAD_ADDR += -EB
endif
PLATFORM_CPPFLAGS
+=
-DCONFIG_SH
-D__SH__
PLATFORM_LDFLAGS
+=
-e
$(
CONFIG_SYS_TEXT_BASE
)
--defsym
reloc_dst
=
$(
TEXT_BASE
)
PLATFORM_LDFLAGS
+=
-e
$(
CONFIG_SYS_TEXT_BASE
)
--defsym
reloc_dst
=
$(
CONFIG_SYS_
TEXT_BASE
)
LDSCRIPT
:=
$(
SRCTREE
)
/
$(
CPUDIR
)
/u-boot.lds
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