Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
u-boot-stm32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
cacba693
Commit
cacba693
authored
Jun 18, 2015
by
Vladimir Khusainov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RT #109267: SDRAM is only 8 MBytes on the STM32F7 Disco board
parent
3929ef75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/configs/stm32f746-discovery.h
include/configs/stm32f746-discovery.h
+3
-1
No files found.
include/configs/stm32f746-discovery.h
View file @
cacba693
...
...
@@ -160,9 +160,11 @@
/*
* Configuration of the external SDRAM memory
* Even though the board uses a 16 MByte SDRAM device
* only half of that is used by the hardware design
*/
#define CONFIG_NR_DRAM_BANKS 1
#define CONFIG_SYS_RAM_SIZE (
16
* 1024 * 1024)
#define CONFIG_SYS_RAM_SIZE (
8
* 1024 * 1024)
#define CONFIG_SYS_RAM_FREQ_DIV 2
#define CONFIG_SYS_RAM_BASE 0xC0000000
...
...
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