From 5a2708d1926dfdbbe91f5d12fab43eff55ea971f Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 11 Mar 2012 19:05:56 +0000 Subject: ramips: replace RALINK_SOC_* macros with global variables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30888 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../mips/include/asm/mach-ralink/rt3883/ralink_soc.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883/ralink_soc.h (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt3883') 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 8a080b7d2..000000000 --- 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 - * - * 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 */ -- cgit v1.2.3