rockchip: make_fit_atf: correct sign-images for standalone
Fixes:
(ab011df20d rockchip: make_fit_atf: support pack mcu.bin)
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I80d3f7e5dd4f6e713053fa8cbd5c018dc5218748
This commit is contained in:
parent
173a9307d4
commit
d107cc5697
|
|
@ -167,7 +167,7 @@ function generate_mcu_node()
|
|||
gzip -k -f -9 mcu.bin
|
||||
fi
|
||||
|
||||
SIGN_MCU=", \"mcu\""
|
||||
STANDALONE_SIGN=", \"standalone\""
|
||||
STANDALONE_MCU="standalone = \"mcu\";"
|
||||
echo " };"
|
||||
}
|
||||
|
|
@ -223,7 +223,7 @@ cat << EOF
|
|||
algo = "sha256,rsa2048";
|
||||
padding = "pss";
|
||||
key-name-hint = "dev";
|
||||
sign-images = "fdt", "firmware", "loadables"${SIGN_MCU};
|
||||
sign-images = "fdt", "firmware", "loadables"${STANDALONE_SIGN};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue