Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
363613a0
Commit
363613a0
authored
May 23, 2011
by
Michael Schwingen
Committed by
Albert ARIBAUD
Jun 23, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
support CONFIG_SYS_LDSCRIPT on ARM
Signed-off-by:
Michael Schwingen
<
michael@schwingen.org
>
parent
3053fa0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/arm/config.mk
arch/arm/config.mk
+7
-0
No files found.
arch/arm/config.mk
View file @
363613a0
...
...
@@ -62,6 +62,13 @@ PLATFORM_LIBS += $(OBJTREE)/arch/arm/lib/eabi_compat.o
endif
endif
ifdef
CONFIG_SYS_LDSCRIPT
# need to strip off double quotes
LDSCRIPT
:=
$(
subst
",,
$(CONFIG_SYS_LDSCRIPT)
)
else
LDSCRIPT
:=
$(SRCTREE)
/
$(CPUDIR)
/u-boot.lds
endif
# needed for relocation
ifndef
CONFIG_NAND_SPL
LDFLAGS_u-boot
+=
-pie
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment