From 32c3674524c178fe87e9611aa02fe9f167627a2c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 28 Oct 2015 15:45:59 -0400 Subject: board_prepare_rom(): New function --- (limited to 'src/board/taurinus_x200_4mb.sh') diff --git a/src/board/taurinus_x200_4mb.sh b/src/board/taurinus_x200_4mb.sh index 6e0a3ca..8b8bbe5 100644 --- a/src/board/taurinus_x200_4mb.sh +++ b/src/board/taurinus_x200_4mb.sh @@ -50,6 +50,15 @@ board_taurinus_x200_4mb_get_dists() return 0 } +board_taurinus_x200_4mb_prepare_rom() +{ + if ich9_prepare_rom; then + return 0 + else + return 1 + fi +} + board_taurinus_x200_4mb_register() { register_board 'taurinus_x200_4mb' -- cgit v0.9.1