diff options
author | Anish Trivedi <anish@freescale.com> | 2011-10-28 13:07:00 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-01-09 21:03:23 +0800 |
commit | 64352e09f8eff55ff302d0fa034f27d39a30ae02 (patch) | |
tree | 5a0d521122bbbd7cdce1a2c9fdc4ff2812f32892 /arch/arm/tools | |
parent | 2fc112ccacaa975845659cd1633bf7eef425e60c (diff) |
ENGR00161005-1 MX6Q Kernel Rename sabreauto to arm2 board
Machine layer patch.
Sabreauto is an inaccurate name for the Armadillo2 board that
this code is actually meant for. So, renamed "sabreauto" board file,
configs, and code to "arm2". Created a new machine id for
ARM2 board.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'arch/arm/tools')
-rw-r--r-- | arch/arm/tools/mach-types | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index e5f3654f799f..cda73f3afd5f 100644 --- a/arch/arm/tools/mach-types +++ b/arch/arm/tools/mach-types @@ -1113,4 +1113,5 @@ blissc MACH_BLISSC BLISSC 3491 thales_adc MACH_THALES_ADC THALES_ADC 3492 ubisys_p9d_evp MACH_UBISYS_P9D_EVP UBISYS_P9D_EVP 3493 atdgp318 MACH_ATDGP318 ATDGP318 3494 -mx6q_sabreauto MACH_MX6Q_SABREAUTO MX6Q_SABREAUTO 3529
\ No newline at end of file +mx6q_sabreauto MACH_MX6Q_SABREAUTO MX6Q_SABREAUTO 3529 +mx6q_arm2 MACH_MX6Q_ARM2 MX6Q_ARM2 3837
\ No newline at end of file |