diff options
| author | Anatolij Gustschin <[email protected]> | 2011-11-19 01:59:13 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-12-19 17:52:44 +0100 |
| commit | 159dad650c92f79386444057323af169d07d59c3 (patch) | |
| tree | ce7afb32403e78c529b55312989c346814d9b827 /include | |
| parent | 204ab93f7e0eccb61a55aa306b46e5fb9c9057ae (diff) | |
ARM: tny_a9260: re-add MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260
MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260 were removed
from mach-types.h. Add them to the board config file.
Signed-off-by: Anatolij Gustschin <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/tny_a9260.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index ec8ec18ec5b..0043926ee6a 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -45,8 +45,12 @@ /* Define actual evaluation board type from used processor type */ #ifdef CONFIG_AT91SAM9G20 # define CONFIG_TNY_A9G20 +# define MACH_TYPE_TNY_A9G20 2059 +# define CONFIG_MACH_TYPE MACH_TYPE_TNY_A9G20 #else # define CONFIG_TNY_A9260 +# define MACH_TYPE_TNY_A9260 2058 +# define CONFIG_MACH_TYPE MACH_TYPE_TNY_A9260 #endif /* ARM asynchronous clock */ |
