summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbranci <alexandru.n.branciog@intel.com>2015-12-15 10:17:42 +0200
committerAlexandru Branciog <alexandru.n.branciog@intel.com>2016-04-12 17:58:20 +0300
commitabc884009739165431a13de8be5372c31c78f9d9 (patch)
tree887852116a20c64048827a513bcc27ed748b6f8f
parentdd4e2fdd11d876cfe7709736184bcf62a2ada1b3 (diff)
downloadedison-abc884009739165431a13de8be5372c31c78f9d9.tar.gz
Do not flash u-boot using fastboot protocol for non_os
This will ensure that bords boots to fastboot only when nothing else is written (using the default non_os configuration). BUG=None Change-Id: Ia51e26a672eaae723c560906d3d6cf1e90d05ec2 Signed-off-by: Alexandru Branciog <alexandru.n.branciog@intel.com>
-rw-r--r--flash_tools/FlashEdison.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash_tools/FlashEdison.json b/flash_tools/FlashEdison.json
index 93300df..7e77499 100644
--- a/flash_tools/FlashEdison.json
+++ b/flash_tools/FlashEdison.json
@@ -37,7 +37,7 @@
"args": "flash gpt ${gpt_file}"
},
{
- "restrict": ["full", "os", "non_os"],
+ "restrict": ["full", "os"],
"retry": 2,
"mandatory": true,
"description": "Flashing u-boot",