x86: Use defines for the cache flags
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:32 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:55 +0000 (11:41 -0600)
commit912e32d34fa2ceeeb5d47eafb33074971b1755c9
tree0fae2ec98e0b9b439a73321988a51984fb3ffafc
parent66f0dcb07fcccd0d05754f6d97a34f847c90a2a0
x86: Use defines for the cache flags

Use some named flags when setting up the cache, so it is easier to see
what is going on.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/i386/cpu.c