commit | ca8fa5e24efe0a8d9ad5d1f0e78417c94407247c | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Tue Jan 15 11:17:53 2019 -0800 |
committer | June Tate-Gans <jtgans@google.com> | Tue Jan 15 11:17:53 2019 -0800 |
tree | ae81f7f9e7c77a798634bd8eda9f2690ce617178 | |
parent | a2ce743003dc7bf4b768240cae37f21ad42f462b [diff] |
flash: Fix a duplicate early check We were previously trying to check to see if ${PART_IMAGE} was around before we defined its contents. It was harmless, but silly. This moves the bootloader flashing below the definition and the check so that we don't accidentally flash the bootloader before we check to see if we have a gpt. Change-Id: Ia00222e4b71b3448d26bb846b6d6c67544793ae2