diff options
author | Huang Shijie <b32955@freescale.com> | 2011-01-07 10:37:07 +0800 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2011-02-03 16:12:57 +0100 |
commit | 1ccb2506a8f890aeae1cfbe6d4d63c396bde65c2 (patch) | |
tree | b3be794f5e440801d43fa5747a096cf9459f06d2 /arch | |
parent | fa7e8ee732a59b0ed3a115c9ae2fbafdf97f25c5 (diff) |
ENGR00137718-1 imx23 : add system revision for imx23
Add the revision number for imx23.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx23/mx23evk.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-mx23/mx23evk.c b/arch/arm/mach-mx23/mx23evk.c index 961cda54a5e9..823718ba4ec2 100644 --- a/arch/arm/mach-mx23/mx23evk.c +++ b/arch/arm/mach-mx23/mx23evk.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2009-2011 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -137,6 +137,9 @@ static void __init mx23evk_init_machine(void) mx23evk_mma7450_pin_init(); mx23_device_init(); mx23evk_device_init(); + + /* init the system revesion */ + system_rev = 0x23004; } MACHINE_START(MX23EVK, "Freescale MX23EVK board") |