mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
test/py: net_boot: fix comment
If env__pxe_boot_test_skip is not present, it defaults to True not False. Therefore fix the comment. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
104e890fc0
commit
a95e99f2df
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ env__net_pxe_bootable_file = {
|
|||
'check_pattern': 'ERROR',
|
||||
}
|
||||
|
||||
# False or omitted if a PXE boot test should be tested.
|
||||
# False if a PXE boot test should be tested.
|
||||
# If PXE boot testing is not possible or desired, set this variable to True.
|
||||
# For example: If pxe configuration file is not proper to boot
|
||||
env__pxe_boot_test_skip = False
|
||||
|
|
Loading…
Add table
Reference in a new issue