mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
This reverts commit5d3a21df66
, reversing changes made to56d37f1c56
. Unfortunately this is causing CI failures: https://travis-ci.org/github/trini/u-boot/jobs/711313649 Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -65,8 +65,6 @@ int fdt_find_regions(const void *fdt, char * const inc[], int inc_count,
|
||||
stop_at = offset;
|
||||
prop = fdt_get_property_by_offset(fdt, offset, NULL);
|
||||
str = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
|
||||
if (!str)
|
||||
return -FDT_ERR_BADSTRUCTURE;
|
||||
if (str_in_list(str, exc_prop, exc_prop_count))
|
||||
include = 0;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user