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
3388db2c
Commit
3388db2c
authored
14 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-blackfin
parents
1ecb7583
73520939
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/blackfin/config.mk
+0
-2
0 additions, 2 deletions
arch/blackfin/config.mk
arch/blackfin/include/asm/config.h
+3
-0
3 additions, 0 deletions
arch/blackfin/include/asm/config.h
with
3 additions
and
2 deletions
arch/blackfin/config.mk
+
0
−
2
View file @
3388db2c
...
@@ -26,8 +26,6 @@ CROSS_COMPILE ?= bfin-uclinux-
...
@@ -26,8 +26,6 @@ CROSS_COMPILE ?= bfin-uclinux-
STANDALONE_LOAD_ADDR
=
0x1000
-m
elf32bfin
STANDALONE_LOAD_ADDR
=
0x1000
-m
elf32bfin
CONFIG_BFIN_BOOT_MODE
:=
$(
strip
$(
subst
",,
$(
CONFIG_BFIN_BOOT_MODE
)))
CONFIG_BFIN_BOOT_MODE
:=
$(
strip
$(
subst
",,
$(
CONFIG_BFIN_BOOT_MODE
)))
CONFIG_ENV_OFFSET
:=
$(
strip
$(
subst "
,,
$(
CONFIG_ENV_OFFSET
)))
CONFIG_ENV_SIZE
:=
$(
strip
$(
subst
",,
$(
CONFIG_ENV_SIZE
)))
PLATFORM_RELFLAGS
+=
-ffixed-P3 -fomit-frame-pointer -mno-fdpic
PLATFORM_RELFLAGS
+=
-ffixed-P3 -fomit-frame-pointer -mno-fdpic
PLATFORM_CPPFLAGS
+=
-DCONFIG_BLACKFIN
PLATFORM_CPPFLAGS
+=
-DCONFIG_BLACKFIN
...
...
This diff is collapsed.
Click to expand it.
arch/blackfin/include/asm/config.h
+
3
−
0
View file @
3388db2c
...
@@ -9,6 +9,9 @@
...
@@ -9,6 +9,9 @@
#ifndef __ASM_BLACKFIN_CONFIG_POST_H__
#ifndef __ASM_BLACKFIN_CONFIG_POST_H__
#define __ASM_BLACKFIN_CONFIG_POST_H__
#define __ASM_BLACKFIN_CONFIG_POST_H__
/* Some of our defines use this (like CONFIG_SYS_GBL_DATA_ADDR) */
#include
<asm-offsets.h>
#ifndef CONFIG_BFIN_SCRATCH_REG
#ifndef CONFIG_BFIN_SCRATCH_REG
# define CONFIG_BFIN_SCRATCH_REG retn
# define CONFIG_BFIN_SCRATCH_REG retn
#endif
#endif
...
...
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