diff options
author | Marek Vasut | 2012-03-06 00:45:35 +0100 |
---|---|---|
committer | Albert ARIBAUD | 2012-03-26 23:09:25 +0200 |
commit | 8e807ec3aa977fd50bea18ce0b51b15877a6bde5 (patch) | |
tree | b085f34bbad4c9bbea034c16380ff00cb2271a29 /include/configs/actux2.h | |
parent | 696df71b5f564916db6762b8f21605676abc6baf (diff) |
IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
These symbols are no longer defined in Linux-ARM's mach-types files. Replace
these with CONFIG_MACH_TYPE instead.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Bryan Hundven <bryanhundven@gmail.com>
Cc: Michael Schwingen <rincewind@discworld.dascon.de>
Diffstat (limited to 'include/configs/actux2.h')
-rw-r--r-- | include/configs/actux2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/actux2.h b/include/configs/actux2.h index cb97434c3ef..c55571c1285 100644 --- a/include/configs/actux2.h +++ b/include/configs/actux2.h @@ -29,6 +29,8 @@ #define CONFIG_IXP425 1 #define CONFIG_ACTUX2 1 +#define CONFIG_MACH_TYPE 1480 + #define CONFIG_DISPLAY_CPUINFO 1 #define CONFIG_DISPLAY_BOARDINFO 1 |