Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ARM] 3020/1: Fixes typo error CONFIG_CPU_IXP465, which should be CON…
…FIG_CPU_IXP46X Patch from Kenneth Tan The cpu_is_ixp465 macro in include/asm-arm/arch-ixp4xx/hardware.h is always returning 0 because #ifdef CONFIG_CPU_IXP465 is always false. Signed-off-by: Kenneth Tan <chong.yin.tan@intel.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information