Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
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
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
Florian Mayer
u-boot
Commits
f3a52fe0
Commit
f3a52fe0
authored
17 years ago
by
Grant Likely
Committed by
Wolfgang Denk
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Correct fixup relocation for mpc824x
Signed-off-by:
Grant Likely
<
grant.likely@secretlab.ca
>
parent
a85dd254
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
board/mousse/u-boot.lds
+0
-1
0 additions, 1 deletion
board/mousse/u-boot.lds
cpu/mpc824x/config.mk
+1
-1
1 addition, 1 deletion
cpu/mpc824x/config.mk
cpu/mpc824x/u-boot.lds
+0
-1
0 additions, 1 deletion
cpu/mpc824x/u-boot.lds
include/common.h
+2
-0
2 additions, 0 deletions
include/common.h
with
3 additions
and
3 deletions
board/mousse/u-boot.lds
+
0
−
1
View file @
f3a52fe0
...
@@ -60,7 +60,6 @@ SECTIONS
...
@@ -60,7 +60,6 @@ SECTIONS
lib_generic/crc32.o (.text)
lib_generic/crc32.o (.text)
lib_generic/zlib.o (.text)
lib_generic/zlib.o (.text)
*(.fixup)
*(.got1)
*(.got1)
. = ALIGN(16);
. = ALIGN(16);
*(.rodata)
*(.rodata)
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc824x/config.mk
+
1
−
1
View file @
f3a52fe0
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
# MA 02111-1307 USA
#
#
PLATFORM_RELFLAGS
+=
-fPIC
-ffixed-r14
-meabi
-fno-strict-aliasing
PLATFORM_RELFLAGS
+=
-fPIC
-ffixed-r14
-meabi
-fno-strict-aliasing
-mrelocatable
PLATFORM_CPPFLAGS
+=
-DCONFIG_MPC824X
-ffixed-r2
-ffixed-r29
-mstring
-mcpu
=
603e
-msoft-float
PLATFORM_CPPFLAGS
+=
-DCONFIG_MPC824X
-ffixed-r2
-ffixed-r29
-mstring
-mcpu
=
603e
-msoft-float
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc824x/u-boot.lds
+
0
−
1
View file @
f3a52fe0
...
@@ -55,7 +55,6 @@ SECTIONS
...
@@ -55,7 +55,6 @@ SECTIONS
{
{
cpu/mpc824x/start.o (.text)
cpu/mpc824x/start.o (.text)
*(.text)
*(.text)
*(.fixup)
*(.got1)
*(.got1)
. = ALIGN(16);
. = ALIGN(16);
*(.rodata)
*(.rodata)
...
...
This diff is collapsed.
Click to expand it.
include/common.h
+
2
−
0
View file @
f3a52fe0
...
@@ -70,6 +70,8 @@ typedef volatile unsigned char vu_char;
...
@@ -70,6 +70,8 @@ typedef volatile unsigned char vu_char;
#elif defined(CONFIG_MPC8220)
#elif defined(CONFIG_MPC8220)
#include
<asm/immap_8220.h>
#include
<asm/immap_8220.h>
#define CONFIG_RELOC_FIXUP_WORKS
#define CONFIG_RELOC_FIXUP_WORKS
#elif defined(CONFIG_824X)
#define CONFIG_RELOC_FIXUP_WORKS
#elif defined(CONFIG_8260)
#elif defined(CONFIG_8260)
#if defined(CONFIG_MPC8247) \
#if defined(CONFIG_MPC8247) \
|| defined(CONFIG_MPC8248) \
|| defined(CONFIG_MPC8248) \
...
...
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