ARC: Cache: Don't compare I$ and D$ line lengths
authorAlexey Brodkin <abrodkin@synopsys.com>
Fri, 25 May 2018 17:22:23 +0000 (20:22 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Thu, 31 May 2018 17:13:29 +0000 (20:13 +0300)
commitd0a5023a356ff1ca98b800af61f338691234fbf6
tree1a21f6f58ba6b8149f140a7e1de3d72ef9d70916
parentb08b113e93fa746ecad22f2f6a0a34d5768ae002
ARC: Cache: Don't compare I$ and D$ line lengths

We don't care much about I$ line length really as there're
no per-line ops on I$ instead we only do full invalidation of it
on occasion of relocation and right before jumping to the OS.

Also as compared to Linux kernel where we don't support different
lengths of I$ and D$ lines in U-Boot we have to deal with such an
exotic configs if the target board is not supposed to run Linux kernel.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/lib/cache.c