]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
test/py: vboot can be run only at Sandbox
authorMichal Simek <michal.simek@xilinx.com>
Mon, 18 Jul 2016 06:49:08 +0000 (08:49 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 22 Jul 2016 18:52:04 +0000 (14:52 -0400)
commit04a4786c7c3907a8e0cf271c02a437858a3ea96d
tree35ae4cc67625389987d25c08ad934a0d18403d3d
parent38d592fc33803892298df2d7c60aaab52a55d8fa
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>
test/py/tests/test_vboot.py