lib: fdtdec: fdtdec_get_addr_size_fixed remove checks
authorKeerthy <j-keerthy@ti.com>
Fri, 21 Dec 2018 16:24:30 +0000 (21:54 +0530)
committerSimon Glass <sjg@chromium.org>
Tue, 15 Jan 2019 00:47:20 +0000 (17:47 -0700)
commitf51f6715a5013f37620c38f0430e21d4736e235a
tree8c3479d784c1f78c0405aab8d31aed2c5f527698
parentd0a30a8ae2228baa8714a6a0028b944defccb352
lib: fdtdec: fdtdec_get_addr_size_fixed remove checks

With 8 bytes addressing even on 32 bit machines these checks
are no longer valid. Remove them.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c