]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers/video/vesa: use MTRRs only on x86
authorYuri Zaporozhets <yuriz@vodafonemail.de>
Wed, 30 Oct 2024 13:17:33 +0000 (14:17 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 22:41:38 +0000 (16:41 -0600)
commit7837e273df58cafb405a640364da4755b6d35c89
tree111920089660aa8d9db49e3b3be264a5772b6275
parentd84e3d2630f9db9484ee8609e5d5e992fc5c5260
drivers/video/vesa: use MTRRs only on x86

MTRR functionality is available only on x86, so this driver cannot be compiled
on other architectures. Fix this with preprocessor directives.

Signed-off-by: Yuri Zaporozhets <yuriz@qrv-systems.net>
drivers/video/vesa.c