Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
f4grx
NuttX RTOS
Commits
d14940a3
Commit
d14940a3
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix some backward conditional compilation
parent
ec60f6cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
arch/arm/src/sama5/sam_boot.c
+6
-2
6 additions, 2 deletions
arch/arm/src/sama5/sam_boot.c
configs/sama5d3x-ek/README.txt
+3
-0
3 additions, 0 deletions
configs/sama5d3x-ek/README.txt
with
11 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
d14940a3
...
...
@@ -7082,4 +7082,6 @@
* arch/arm/src/sama5/sam_hsmci_clkciv.c: Remove HSCMI-related
functions that did not belong in sam_pmc.c and give them their
own file (2014-3-30).
* arch/arm/src/sama5/sam_boot.c: Fix some backward conditional
compilation (2014-3-30).
This diff is collapsed.
Click to expand it.
arch/arm/src/sama5/sam_boot.c
+
6
−
2
View file @
d14940a3
...
...
@@ -209,12 +209,16 @@ static const struct section_mapping_s section_mapping[] =
#ifdef CONFIG_SAMA5_DDRCS
#ifdef CONFIG_SAMA5_BOOT_SDRAM
/* Running out of SDRAM */
{
SAM_DDRCS_PSECTION
,
SAM_DDRCS_VSECTION
,
MMU_STRONGLY_ORDERED
,
SAM_DDRCS_NSECTIONS
SAM_DDRCS_MMUFLAGS
,
SAM_DDRCS_NSECTIONS
},
#else
/* Running out of ISRAM or NOR FLASH */
{
SAM_DDRCS_PSECTION
,
SAM_DDRCS_VSECTION
,
SAM_DDRCS_MMUFLAGS
,
SAM_DDRCS_NSECTIONS
MMU_STRONGLY_ORDERED
,
SAM_DDRCS_NSECTIONS
},
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
configs/sama5d3x-ek/README.txt
+
3
−
0
View file @
d14940a3
...
...
@@ -2752,6 +2752,9 @@ Configurations
STATUS:
See the To-Do list below
2014-3-30: I some casual retesting, I am seeing some slow boot-
up times and possible microSD card issues. I will
need to revisit this.
hello:
This configuration directory, performs the (almost) simplest of all
...
...
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