summaryrefslogtreecommitdiffstats
path: root/src/board/x200_4mb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/board/x200_4mb.sh')
-rw-r--r--src/board/x200_4mb.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/board/x200_4mb.sh b/src/board/x200_4mb.sh
index 1a2889b..83cdafd 100644
--- a/src/board/x200_4mb.sh
+++ b/src/board/x200_4mb.sh
@@ -44,19 +44,6 @@ board_x200_4mb_match()
return 0
}
-board_x200_4mb_validate_chip()
-{
- local chip="${1}"
- shift 1
-
- case "${chip}" in
- 'AT25DF321');; # AT26DF321-SU
- 'MX25L3205D');; # MX25L3205DM2I-12G
- *) return 1;;
- esac
- return 0
-}
-
board_x200_4mb_get_dists()
{
printf 'libreboot libiquity'