mxc: remove ARCH_NR_GPIOS
Use the default value of 256 which is enough for all i.MX SoCs. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Родитель
be124c9427
Коммит
abae613056
|
@ -120,7 +120,4 @@ extern int mx27_revision(void);
|
|||
|
||||
/* Mandatory defines used globally */
|
||||
|
||||
/* this CPU supports up to 192 GPIOs (don't forget the baseboard!) */
|
||||
#define ARCH_NR_GPIOS (192 + 16)
|
||||
|
||||
#endif /* __ASM_ARCH_MXC_MX27_H__ */
|
||||
|
|
|
@ -279,9 +279,6 @@
|
|||
|
||||
/* Mandatory defines used globally */
|
||||
|
||||
/* this CPU supports up to 96 GPIOs */
|
||||
#define ARCH_NR_GPIOS 96
|
||||
|
||||
#if !defined(__ASSEMBLY__) && !defined(__MXC_BOOT_UNCOMPRESS)
|
||||
|
||||
extern unsigned int system_rev;
|
||||
|
|
Загрузка…
Ссылка в новой задаче