Searched hist:"04 a4786c7c3907a8e0cf271c02a437858a3ea96d" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_vboot.py | 04a4786c7c3907a8e0cf271c02a437858a3ea96d Mon Jul 18 06:49:08 UTC 2016 Michal Simek <michal.simek@xilinx.com> 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>
|