commit | a089c41de39345f04c1344a1f75ce0367293e79c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 02 19:07:29 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Oct 11 17:37:44 2019 +0800 |
tree | 0e05f529d85154ba64df1a9a8df7125f7c5458c4 | |
parent | 23c2ea96f4d057222fa9d9b7559dd4550dfb5854 [diff] |
binman: Use qemu-x86_defconfig in the example The doc currently uses sandbox_defconfig as examples of enabling debug/verbose output of binman. However during a sandbox build it does not call binman at all. Change it to qemu-x86_defconfig. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>