summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/mshc.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-02-14 14:43:42 -0800
committerDavid Hendricks <dhendrix@chromium.org>2013-02-15 00:13:19 +0100
commit8e7b3c458c176bcb9b72de94fe4c8794566b4555 (patch)
treed6c346b8c5d5bd99ea213808a0cd089fe6aa2498 /src/cpu/samsung/exynos5250/mshc.h
parenta957b7ad21a72c4be3bb09efe6370ec3515c7074 (diff)
downloadcoreboot-8e7b3c458c176bcb9b72de94fe4c8794566b4555.tar.xz
Exynos: Drop unused include files
Change-Id: Ib533938446a289167725f5beda77c2ee5236e8a5 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2395 Reviewed-by: David Hendricks <dhendrix@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/cpu/samsung/exynos5250/mshc.h')
-rw-r--r--src/cpu/samsung/exynos5250/mshc.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/cpu/samsung/exynos5250/mshc.h b/src/cpu/samsung/exynos5250/mshc.h
deleted file mode 100644
index d8e3ad0c75..0000000000
--- a/src/cpu/samsung/exynos5250/mshc.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * (C) Copyright 2012 Samsung Electronics
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- *
- */
-
-#ifndef __ASM_ARM_ARCH_EXYNOS5_MSHC_H__
-#define __ASM_ARM_ARCH_EXYNOS5_MSHC_H__
-
-#include <asm/arch-exynos/mshc.h>
-
-#define MAX_MSHCI_CLOCK 52000000 /* Max limit for mshc clock is 52MHz */
-#define MIN_MSHCI_CLOCK 400000 /* Lower limit for mshc clock is 400KHz */
-#define COMMAND_TIMEOUT 10000
-#define TIMEOUT_MS 100
-
-#endif /* __ASM_ARM_ARCH_EXYNOS5_MSHC_H__ */