diff options
author | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-15 14:11:20 +0300 |
---|---|---|
committer | Roman Yeryomin <romans.jerjomins@saftehnika.com> | 2013-06-15 14:11:20 +0300 |
commit | a7b5cb0388be74ab7531e62b2af3b45cb8616f1a (patch) | |
tree | 2ad91c2f20cdc45fbbcc881215f38031e1e6d281 /target/linux | |
parent | 60d8f69105bf8c226b8a7e4299cc869d757cd149 (diff) |
Add FLATFS image offset to default config
Signed-off-by: Roman Yeryomin <romans.jerjomins@saftehnika.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/realtek/image/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/realtek/image/Config.in b/target/linux/realtek/image/Config.in index 36f4c860d..5ae1e8a04 100644 --- a/target/linux/realtek/image/Config.in +++ b/target/linux/realtek/image/Config.in @@ -18,3 +18,7 @@ config REALTEK_FLASH_SIZE depends TARGET_realtek default "0x800000" +config REALTEK_FLATFS_IMAGE_OFFSET + string "FLATFS image offset in flash" + depends TARGET_realtek + default "0x3E0000" |