]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
test/py: README: link to example hook scripts
authorStephen Warren <swarren@nvidia.com>
Wed, 6 Apr 2016 17:46:59 +0000 (11:46 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 12 Apr 2016 00:48:25 +0000 (20:48 -0400)
When implementing test/py hook scripts, it's helpful to read some working
examples. Provide a link to some. The link was mentioned in the commit
message which first added test/py, but not in any documentation file.

Suggested-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/README.md

index ba1674cb1de6b6206799124c921f0195b16227b0..829c7efbb2d72c4242ce22e8285b2646884d5dee 100644 (file)
@@ -246,6 +246,12 @@ to download the U-Boot binary directly into RAM and execute it. This would
 avoid the need for `u-boot-test-flash` to actually write U-Boot to flash, thus
 saving wear on the flash chip(s).
 
+#### Examples
+
+https://github.com/swarren/uboot-test-hooks contains some working example hook
+scripts, and may be useful as a reference when implementing hook scripts for
+your platform. These scripts are not considered part of U-Boot itself.
+
 ### Board-type-specific configuration
 
 Each board has a different configuration and behaviour. Many of these