Add "board_flash_mode" option to Project Configuration File

This commit is contained in:
Ivan Kravets
2016-02-10 23:16:25 +02:00
parent 6baf6568d2
commit 45efc0e0d6
4 changed files with 17 additions and 2 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ env.Append(
'"%s"' % join("$PLATFORMFW_DIR", "bootloaders",
"eboot", "eboot.elf"),
"-bo", "$TARGET",
"-bm", "dio",
"-bm", "$BOARD_FLASH_MODE",
"-bf", "${__get_board_f_flash(__env__)}",
"-bz", "${__get_flash_size(__env__)}",
"-bs", ".text",