From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 30 Oct 2011 14:18:41 +0100 Subject: [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25 Message-ID: <1319980721-6615-1-git-send-email-wd@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Wolfgang Denk cc: Stefano Babic --- include/configs/tx25.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/include/configs/tx25.h b/include/configs/tx25.h index 8cb57ff..39d551e 100644 --- a/include/configs/tx25.h +++ b/include/configs/tx25.h @@ -29,6 +29,10 @@ #define CONFIG_MX25_CLK32 32000 /* OSC32K frequency */ #define CONFIG_SYS_HZ 1000 +#ifndef MACH_TYPE_TX25 +#define MACH_TYPE_TX25 2177 +#endif + #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* 256 kB for U-Boot */ /* NAND BOOT is the only boot method */ -- 1.7.6.4