Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
u-boot-stm32
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
0d9d76fd
Commit
0d9d76fd
authored
Feb 23, 2016
by
Yuri Tikhonov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RT #112561. stm32f7-som: enable OF and multi-image boot support
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
b55fed18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
include/configs/stm32f7-som.h
include/configs/stm32f7-som.h
+14
-1
No files found.
include/configs/stm32f7-som.h
View file @
0d9d76fd
...
...
@@ -390,7 +390,13 @@
#define CONFIG_BOOTARGS "stm32_platform=stm32f7-som " \
"console=ttyS0,115200 panic=10"
#define LOADADDR "0xC0007FC0"
/*
* These are the good addresses to get Image data right at the 'Load Address'
* (0xC0008000), and thus avoid additional uImage relocation:
* - linux-2.6: 0xC0007FC0 (reserve place for uImage header)
* - linux-4.2: 0xC0007FB4 (reserve place for 2-files multi-image header)
*/
#define LOADADDR "0xC0007FB4"
#define REV_EXTRA_ENV \
"envmboot=run args addip;bootm ${envmaddr}\0" \
...
...
@@ -430,4 +436,11 @@
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_CMDLINE_TAG
/*
* Enable support for booting with FDT
*/
#define CONFIG_OF_LIBFDT
#define CONFIG_OF_FORCE_RELOCATE
#define CONFIG_SYS_BOOTMAPSZ CONFIG_SYS_RAM_SIZE
#endif
/* __CONFIG_H */
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