x86: ivybridge: Drop support for ROM caching
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:18:06 +0000 (16:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:00 +0000 (07:25 -0800)
commit3a5659f7cfc0fd99b57fe2ed9e4a9ebde7cf8491
tree66bb7b016eb5b8fca58067837ae8013316914fb3
parent9a99caf3f3e220d744525d492f7e72a5c8756374
x86: ivybridge: Drop support for ROM caching

This is set up along with CAR (Cache-as-RAM) anyway. When we relocate we
don't really need ROM caching (we read the VGA BIOS from ROM but that is
about it)

Drop it.

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