diff options
author | Christian Riesch <christian.riesch@omicron.at> | 2011-11-19 00:45:42 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-11-27 19:45:19 +0100 |
commit | ece91e30265764fe4edd61d8c1852d2248e566be (patch) | |
tree | 22933da302e3ade79fbc3830fe79032beb643ecd /include | |
parent | 641483af40915dabdfe7764bb22d7e5103cb636b (diff) | |
download | u-boot-imx-ece91e30265764fe4edd61d8c1852d2248e566be.zip u-boot-imx-ece91e30265764fe4edd61d8c1852d2248e566be.tar.gz u-boot-imx-ece91e30265764fe4edd61d8c1852d2248e566be.tar.bz2 |
davinci_schmoogie: define CONFIG_MACH_TYPE for davinci_schmoogie board
This patch fixes the build breakage for the davinci_schmoogie board.
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Sergey Kubushyn <ksi@koi8.net>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/davinci_schmoogie.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/davinci_schmoogie.h b/include/configs/davinci_schmoogie.h index 5eaa198..f4ddbeac 100644 --- a/include/configs/davinci_schmoogie.h +++ b/include/configs/davinci_schmoogie.h @@ -27,6 +27,9 @@ #define CONFIG_SYS_NAND_LARGEPAGE #define CONFIG_SYS_USE_NAND #define CONFIG_DISPLAY_CPUINFO +#define MACH_TYPE_SCHMOOGIE 1255 +#define CONFIG_MACH_TYPE MACH_TYPE_SCHMOOGIE + /*===================*/ /* SoC Configuration */ /*===================*/ |