U-Boot: cleanup

This commit is contained in:
François Revol
2013-02-18 02:41:16 +01:00
parent aa9d092029
commit 05e65058fe
@@ -116,8 +116,6 @@ of_get_next_device(int *_cookie, int root, const char *type, char *path,
int err;
int startoffset = *_cookie ? *_cookie : -1;
// if (startoffset < 0 && root != 0)
// startoffset = root;
// iterate by property value
next = fdt_node_offset_by_prop_value(gFDT, startoffset, "device_type",