diff options
author | Marek Vasut <marex@denx.de> | 2012-03-06 00:45:35 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-03-26 23:09:25 +0200 |
commit | 8e807ec3aa977fd50bea18ce0b51b15877a6bde5 (patch) | |
tree | b085f34bbad4c9bbea034c16380ff00cb2271a29 /include/configs/actux4.h | |
parent | 696df71b5f564916db6762b8f21605676abc6baf (diff) | |
download | u-boot-imx-8e807ec3aa977fd50bea18ce0b51b15877a6bde5.zip u-boot-imx-8e807ec3aa977fd50bea18ce0b51b15877a6bde5.tar.gz u-boot-imx-8e807ec3aa977fd50bea18ce0b51b15877a6bde5.tar.bz2 |
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/actux4.h')
-rw-r--r-- | include/configs/actux4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/actux4.h b/include/configs/actux4.h index 90badd3..c1105df 100644 --- a/include/configs/actux4.h +++ b/include/configs/actux4.h @@ -29,6 +29,8 @@ #define CONFIG_IXP425 1 #define CONFIG_ACTUX4 1 +#define CONFIG_MACH_TYPE 1532 + #define CONFIG_DISPLAY_CPUINFO 1 #define CONFIG_DISPLAY_BOARDINFO 1 |