]> Git Repo - J-u-boot.git/commit
test/py: vboot can be run only at Sandbox
authorMichal Simek <[email protected]>
Mon, 18 Jul 2016 06:49:08 +0000 (08:49 +0200)
committerTom Rini <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
test/py/tests/test_vboot.py
This page took 0.033507 seconds and 4 git commands to generate.