mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 08:59:33 +00:00
arm: mxs: Fix ICOLL macro name typo
The interrupt collector macro name for i.MX23 is MXS_ICOLL_BASE, this is correct and matches the documentation of both i.MX23 and i.MX28. Align the i.MX28 macro accordingly. No functional change. Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
3e0b196696
commit
452e385b08
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
* Register base addresses for i.MX28
|
||||
*/
|
||||
#elif defined(CONFIG_MX28)
|
||||
#define MXS_ICOL_BASE 0x80000000
|
||||
#define MXS_ICOLL_BASE 0x80000000
|
||||
#define MXS_HSADC_BASE 0x80002000
|
||||
#define MXS_APBH_BASE 0x80004000
|
||||
#define MXS_PERFMON_BASE 0x80006000
|
||||
|
|
Loading…
Reference in a new issue