]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt_support: fix obiwan error in OF_CHECK_COUNTS()
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 8 Mar 2017 14:30:06 +0000 (15:30 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 13 Mar 2017 15:35:42 +0000 (16:35 +0100)
commit23b6dfd0c1a990ef4b02e19983a3afb92345b300
treeb7341b62775fc414c35eb0fddb3c38113c8ccc28
parent04d9ef5b9e44079520ba1e8097b16f43063a0150
fdt_support: fix obiwan error in OF_CHECK_COUNTS()

'#size-cells' may well legally be zero, so adjust the comparison in
OF_CHECK_COUNTS() to reflect this.
common/fdt_support.c