coreboot-kgpe-d16/util/sconfig
Furquan Shaikh b72ab9e4d7 util/sconfig: Get rid of nextdev member in struct device
Now that chips and devices are treated differently and the device tree
actually contains only devices, next and nextdev are exactly the same
for all devices in the tree. This change gets rid of nextdev pointer
and updates all uses of nextdev to next.

BUG=b:80081934
TEST=Verified that static.c generated for all boards built by abuild
is same with and without this change.

Change-Id: Ie50b3d769a78fe0beddba2e5551441b43cb212a2
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/26741
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2018-06-05 20:58:16 +00:00
..
Makefile.inc
lex.yy.c_shipped devicetree: Add USB device type 2018-05-11 08:59:51 +00:00
main.c util/sconfig: Get rid of nextdev member in struct device 2018-06-05 20:58:16 +00:00
sconfig.h util/sconfig: Get rid of nextdev member in struct device 2018-06-05 20:58:16 +00:00
sconfig.l devicetree: Add USB device type 2018-05-11 08:59:51 +00:00
sconfig.tab.c_shipped util/sconfig: Get rid of struct header 2018-06-05 20:58:03 +00:00
sconfig.tab.h_shipped util/sconfig: Get rid of struct header 2018-06-05 20:58:03 +00:00
sconfig.y util/sconfig: Get rid of struct header 2018-06-05 20:58:03 +00:00