mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
7 lines
145 B
Python
7 lines
145 B
Python
|
import os
|
||
|
import travis_tftp
|
||
|
|
||
|
env__net_uses_pci = False
|
||
|
env__net_dhcp_server = True
|
||
|
env__net_tftp_readable_file = travis_tftp.file2env('u-boot')
|