summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-11 19:05:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-03-11 19:05:56 +0000
commitacb4ad86e57db55e3f33c50b2ecd9252eff7da63 (patch)
treeb90f0e7ddc157391ec33e3cc27692ec5ac0eb94b /target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883
parent8cff770eb35ddb48e62cf95e83c8f1777c8db56a (diff)
downloadmaster-31e0f0ae-acb4ad86e57db55e3f33c50b2ecd9252eff7da63.tar.gz
master-31e0f0ae-acb4ad86e57db55e3f33c50b2ecd9252eff7da63.tar.bz2
master-31e0f0ae-acb4ad86e57db55e3f33c50b2ecd9252eff7da63.zip
ramips: replace RALINK_SOC_* macros with global variables
SVN-Revision: 30888
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/ralink_soc.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/ralink_soc.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/ralink_soc.h
deleted file mode 100644
index 8a080b7d27..0000000000
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/ralink_soc.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Ralink RT3662/RT3883 specific SOC defines
- *
- * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation.
- */
-
-#ifndef _RT3883_RALINK_SOC_H
-#define _RT3883_RALINK_SOC_H
-
-#define RALINK_SOC_SDRAM_BASE 0
-#define RALINK_SOC_MEM_SIZE_MIN (2 * 1024 * 1024)
-#define RALINK_SOC_MEM_SIZE_MAX (256 * 1024 * 1024)
-
-#endif /* _RT3883_RALINK_SOC_H */