avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
8
u-boot/test/dm/Kconfig
Normal file
8
u-boot/test/dm/Kconfig
Normal file
@@ -0,0 +1,8 @@
|
||||
config UT_DM
|
||||
bool "Enable driver model unit test command"
|
||||
depends on SANDBOX && UNIT_TEST
|
||||
help
|
||||
This enables the 'ut dm' command which runs a series of unit
|
||||
tests on the driver model code. Each subsystem (uclass) is tested.
|
||||
If all is well then all tests pass although there will be a few
|
||||
messages printed along the way.
|
||||
Reference in New Issue
Block a user