commit | a6231fec01ee4540f332c2353ae565a56deab6e4 | [log] [tgz] |
---|---|---|
author | Alison Wang <b18965@freescale.com> | Thu Jun 08 16:15:14 2017 +0800 |
committer | York Sun <york.sun@nxp.com> | Tue Aug 01 08:28:56 2017 -0700 |
tree | fc2dbfa4f6a1a413242c1ce19868a9a8d9b87f21 | |
parent | 283eb4a8e608e11076f4e4810b6e4f0dd77d0763 [diff] |
armv8: Remove duplicate definition for IH_ARCH_ARM and IH_ARCH_ARM64 The duplicate definitions for IH_ARCH_ARM and IH_ARCH_ARM64 are removed. The definitions in <image.h> are used. According to this modification, the comparison between os arch and cpu arch is done in C programming instead of ASM programming. Signed-off-by: Alison Wang <alison.wang@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>