summaryrefslogtreecommitdiffstats
path: root/include/configs/tx25.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/tx25.h')
-rw-r--r--include/configs/tx25.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/tx25.h b/include/configs/tx25.h
index 8cb57ffc1a..f77c546687 100644
--- a/include/configs/tx25.h
+++ b/include/configs/tx25.h
@@ -34,6 +34,12 @@
/* NAND BOOT is the only boot method */
#define CONFIG_NAND_U_BOOT
+#ifndef MACH_TYPE_TX25
+#define MACH_TYPE_TX25 2177
+#endif
+
+#define CONFIG_MACH_TYPE MACH_TYPE_TX25
+
#ifdef CONFIG_NAND_SPL
/* Start copying real U-boot from the second page */
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x800
OpenPOWER on IntegriCloud