summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2011-11-19 01:59:13 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-12-19 17:52:44 +0100
commit159dad650c92f79386444057323af169d07d59c3 (patch)
treece7afb32403e78c529b55312989c346814d9b827 /include
parent204ab93f7e0eccb61a55aa306b46e5fb9c9057ae (diff)
downloadtalos-obmc-uboot-159dad650c92f79386444057323af169d07d59c3.tar.gz
talos-obmc-uboot-159dad650c92f79386444057323af169d07d59c3.zip
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 <agust@denx.de> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/tny_a9260.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h
index ec8ec18ec5..0043926ee6 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 */
OpenPOWER on IntegriCloud