Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sami Nurmenniemi
u-boot-stm32
Commits
0a4233b7
Commit
0a4233b7
authored
Sep 19, 2011
by
Yuri Tikhonov
Browse files
RT72064. a2f-actel/hoermann-brd: set the correct eNVM size
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
4ef37919
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/configs/a2f-actel-dev-brd.h
View file @
0a4233b7
...
...
@@ -93,7 +93,7 @@
* Memory layout configuration
*/
#define CONFIG_MEM_NVM_BASE 0x00000000
#define CONFIG_MEM_NVM_LEN (
256
* 1024)
#define CONFIG_MEM_NVM_LEN (
512
* 1024)
#define CONFIG_MEM_RAM_BASE 0x20000000
#define CONFIG_MEM_RAM_LEN (16 * 1024)
...
...
include/configs/a2f-hoermann-brd.h
View file @
0a4233b7
...
...
@@ -89,7 +89,7 @@
* Memory layout configuration
*/
#define CONFIG_MEM_NVM_BASE 0x00000000
#define CONFIG_MEM_NVM_LEN (
256
* 1024)
#define CONFIG_MEM_NVM_LEN (
512
* 1024)
#define CONFIG_MEM_RAM_BASE 0x20000000
#define CONFIG_MEM_RAM_LEN (16 * 1024)
...
...
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