upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
"""
|
|
Create submenu for symbols that depend on the preceding one.
|
|
|
|
If a symbols has dependency on the preceding symbol, the menu entry
|
|
should become the submenu of the preceding one, and displayed with
|
|
deeper indentation.
|
|
"""
|
|
|
|
|
|
def test(conf):
|
|
assert conf.oldaskconfig() == 0
|
|
assert conf.stdout_contains('expected_stdout')
|
|
|