Commit 4a550694 authored by Deepak Saxena's avatar Deepak Saxena Committed by Russell King

[ARM PATCH] 2450/1: Add missing REG_OFFSET to ixp4xx platform.h header

Patch from Deepak Saxena

Patch 2449/1 depends on this since it removes REG_OFFSET from the
individual board implementations.

Signed-off-by: Deepak Saxena
Signed-off-by: Russell King
parent bd63d6bf
...@@ -15,6 +15,12 @@ ...@@ -15,6 +15,12 @@
#include <asm/types.h> #include <asm/types.h>
#ifndef __ARMEB__
#define REG_OFFSET 0
#else
#define REG_OFFSET 3
#endif
/* /*
* Expansion bus memory regions * Expansion bus memory regions
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment