diff options
author | Sven Schnelle <svens@stackframe.org> | 2011-04-27 19:48:05 +0000 |
---|---|---|
committer | Sven Schnelle <svens@stackframe.org> | 2011-04-27 19:48:05 +0000 |
commit | 50270b822fcfe0e58deb18210001a92661e52401 (patch) | |
tree | 546df70b781c0980857b0a3fc6238feefe33dd1c /src/mainboard/lenovo/x60/Makefile.inc | |
parent | edabf54da9abd4b5d7d37606595b4a97553897b8 (diff) |
X60: enable Ultrabay if device is plugged in
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6548 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lenovo/x60/Makefile.inc')
-rw-r--r-- | src/mainboard/lenovo/x60/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x60/Makefile.inc b/src/mainboard/lenovo/x60/Makefile.inc index 75152586f8..83cdeb9938 100644 --- a/src/mainboard/lenovo/x60/Makefile.inc +++ b/src/mainboard/lenovo/x60/Makefile.inc @@ -19,3 +19,4 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c dock.c romstage-y += dock.c +ramstage-y += dock.c |