x86: drop unused code in coreboot.c
authorStefan Reinauer <reinauer@chromium.org>
Sat, 3 Nov 2012 11:41:39 +0000 (11:41 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:44 +0000 (14:30 -0800)
commitc94663170b6a27279d4277d42013d55d8d33a292
tree1e6fb4ebe2ca36ad71eb2ace7d77bd365d6088fd
parent2b9d2252aa6f4c6ed81d6beee1e43127b4bc13f4
x86: drop unused code in coreboot.c

The function setup_pcat_compatibility() is weak and implemented as empty
function in board.c hence we don't have to override that with another
empty function.

monitor_flash_len is unused, drop it.

Signed-off-by: Stefan Reinauer <reinauer@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/coreboot.c