From 063629a18d3e6d22af430b2595062660ec185ae6 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 25 Aug 2012 17:34:48 +0000 Subject: [PATCH] Don't include syscons in the config just yet. We haven't imported the touchscreen driver yet. --- sys/mips/conf/BERI_DE4_MDROOT | 2 +- sys/mips/conf/BERI_DE4_SDROOT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/mips/conf/BERI_DE4_MDROOT b/sys/mips/conf/BERI_DE4_MDROOT index c75ced10e53c..8903179a220f 100644 --- a/sys/mips/conf/BERI_DE4_MDROOT +++ b/sys/mips/conf/BERI_DE4_MDROOT @@ -25,4 +25,4 @@ device altera_avgen device altera_jtag_uart device altera_sdcard -device sc +#device sc diff --git a/sys/mips/conf/BERI_DE4_SDROOT b/sys/mips/conf/BERI_DE4_SDROOT index 8703acf08212..dcd177b4ae09 100644 --- a/sys/mips/conf/BERI_DE4_SDROOT +++ b/sys/mips/conf/BERI_DE4_SDROOT @@ -18,4 +18,4 @@ device altera_avgen device altera_jtag_uart device altera_sdcard -device sc +#device sc