diff options
author | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:02 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-13 23:45:02 +0200 |
commit | c3ae126c2cad03f04be36c92dd9437b9ee2385b6 (patch) | |
tree | c10c50a9f5369cc8d955869ed4b8e34ffe14969a /include/asm-arm/arch-at91/at91sam9_matrix.h | |
parent | 227ad917c5510f595bed29c996a3411b50118959 (diff) | |
parent | 986922714ffd21ad39f48522d285fffc7aed56b1 (diff) | |
download | u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.zip u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.tar.gz u-boot-imx-c3ae126c2cad03f04be36c92dd9437b9ee2385b6.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/asm-arm/arch-at91/at91sam9_matrix.h')
-rw-r--r-- | include/asm-arm/arch-at91/at91sam9_matrix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/at91sam9_matrix.h b/include/asm-arm/arch-at91/at91sam9_matrix.h index 913f374..6d97189 100644 --- a/include/asm-arm/arch-at91/at91sam9_matrix.h +++ b/include/asm-arm/arch-at91/at91sam9_matrix.h @@ -21,6 +21,8 @@ #include <asm/arch/at91sam9rl_matrix.h> #elif defined(CONFIG_AT91CAP9) #include <asm/arch/at91cap9_matrix.h> +#elif defined(CONFIG_AT91SAM9G45) || defined(CONFIG_AT91SAM9M10G45) +#include <asm/arch/at91sam9g45_matrix.h> #else #error "Unsupported AT91SAM9/CAP9 processor" #endif |