Update vars for 2SI

This commit is contained in:
topjohnwu
2019-09-22 06:45:23 -04:00
parent cf2d02c0dd
commit 16b400964b
3 changed files with 4 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ static void dtb_print(const char *file, bool fstab) {
static void dtb_patch(const char *in, const char *out) {
bool keepverity = check_env("KEEPVERITY");
bool redirect = check_env("REDIRSYSMNT");
bool redirect = check_env("TWOSTAGEINIT");
vector<uint8_t *> fdt_list;
size_t dtb_sz ;