Skip to content
GitLab
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
b7bdb4cb
Commit
b7bdb4cb
authored
Nov 29, 2012
by
Yuri Tikhonov
Browse files
RT80404. m2s-som: set default Linux image SPI offset to 64K
Signed-off-by:
Yuri Tikhonov
<
yur@emcraft.com
>
parent
12dd8a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/configs/m2s-som.h
View file @
b7bdb4cb
...
...
@@ -175,9 +175,11 @@
#define CONFIG_ENV_OVERWRITE 1
/*
* Location of kernel image and Co in SPI
* Location of kernel image and Co in SPI.
* Linux MTD driver has no boot sectors support, so locate kernel
* with 64K alignment
*/
#define CONFIG_ENV_IMG_OFFSET
CONFIG_ENV_SIZE
#define CONFIG_ENV_IMG_OFFSET
0x10000
/*
* Serial console configuration: MSS UART1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment