parent
8cff770eb3
commit
acb4ad86e5
@ -1,18 +0,0 @@ |
||||
/*
|
||||
* Ralink RT288x specific SOC defines |
||||
* |
||||
* Copyright (C) 2009 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 __RT288X_RALINK_SOC_H |
||||
#define __RT288X_RALINK_SOC_H |
||||
|
||||
#define RALINK_SOC_SDRAM_BASE 0x08000000 |
||||
#define RALINK_SOC_MEM_SIZE_MIN (2 * 1024 * 1024) |
||||
#define RALINK_SOC_MEM_SIZE_MAX (128 * 1024 * 1024) |
||||
|
||||
#endif /* __RT288X_RALINK_SOC_H */ |
@ -1,18 +0,0 @@ |
||||
/*
|
||||
* Ralink RT305x specific SOC defines |
||||
* |
||||
* Copyright (C) 2009 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 __RT288X_RALINK_SOC_H |
||||
#define __RT288X_RALINK_SOC_H |
||||
|
||||
#define RALINK_SOC_SDRAM_BASE 0 |
||||
#define RALINK_SOC_MEM_SIZE_MIN (2 * 1024 * 1024) |
||||
#define RALINK_SOC_MEM_SIZE_MAX (64 * 1024 * 1024) |
||||
|
||||
#endif /* __RT288X_RALINK_SOC_H */ |
@ -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 */ |
Loading…
Reference in new issue