commit | 6e035ab808abfc428f5deb314643ce41416d4bcf | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Jul 18 08:49:08 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 22 14:52:04 2016 -0400 |
tree | 35ae4cc67625389987d25c08ad934a0d18403d3d | |
parent | 725adf3f15851693c77d21e1f4c7f2f6d5fe9a35 [diff] |
test/py: vboot can be run only at Sandbox Getting this error: Zynq> sb load hostfs - 100 /home/monstr/data/disk/u-boot/build-zynq_zc706/test.fit Unknown command 'sb' - try 'help' because sb command is present only for Sandbox obj-$(CONFIG_SANDBOX) += host.o that's why mark this test to be run only at Sandbox Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Simon Glass <sjg@chromium.org>