diff options
author | wdenk <wdenk> | 2004-07-11 22:19:26 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-07-11 22:19:26 +0000 |
commit | a1f4a3dd0592ef982017a50a7cfe749823114203 (patch) | |
tree | 5cb47632f587600559b20ad5ca644e1867fc9f2c /include/configs/omap1610h2.h | |
parent | b9283e2dbedae4492ec0efdf683d51a00566a477 (diff) | |
download | u-boot-imx-a1f4a3dd0592ef982017a50a7cfe749823114203.zip u-boot-imx-a1f4a3dd0592ef982017a50a7cfe749823114203.tar.gz u-boot-imx-a1f4a3dd0592ef982017a50a7cfe749823114203.tar.bz2 |
* Patch by George G. Davis, 06 Jul 2004:
- update mach-types.h to latest arm.linux.org.uk master list
- Set correct OMAP1610 bi_arch_number for build target
* Patch by Curt Brune, 06 Jul 2004:
evb4510: add support for timer interrupt; cleanup
Diffstat (limited to 'include/configs/omap1610h2.h')
-rw-r--r-- | include/configs/omap1610h2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap1610h2.h b/include/configs/omap1610h2.h index 94af0b2..d080f45 100644 --- a/include/configs/omap1610h2.h +++ b/include/configs/omap1610h2.h @@ -40,6 +40,7 @@ #define CONFIG_OMAP 1 /* in a TI OMAP core */ #define CONFIG_OMAP1610 1 /* which is in a 1610 */ #define CONFIG_H2_OMAP1610 1 /* on an H2 Board */ +#define CONFIG_MACH_OMAP_H2 /* Select board mach-type */ /* input clock of PLL */ /* the OMAP1610 H2 has 12MHz input clock */ |