]> git.sur5r.net Git - u-boot/commit
ARC: Move BCR encodings to separate header file
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Wed, 21 Mar 2018 12:58:52 +0000 (15:58 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Wed, 21 Mar 2018 14:06:54 +0000 (17:06 +0300)
commit88ae27eda3d47ab1c7885745f28fe3cf6f0b9a5b
treea90c7b363f72dadee760feffc87e94c05d989fc5
parenta6f557c4e04a70df2815a44e22a1c2f6c25a0a1c
ARC: Move BCR encodings to separate header file

We're starting to use more and more BCRs and having their
definitions in-lined in sources becomes a bit annoying
so we move it all to a separate header.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/arc-bcr.h [new file with mode: 0644]
arch/arc/lib/cache.c