diff options
author | York Sun | 2013-03-25 07:40:05 +0000 |
---|---|---|
committer | Andy Fleming | 2013-05-24 16:54:11 -0500 |
commit | 3d2972feac4383f5c0f929996976d00f9c072339 (patch) | |
tree | be4024e5ef6ce45cf18053bcb47225a75802152e /include/configs/t4qds.h | |
parent | ee2e0fccfab6f5f5cb02584a1236ab95b93ca6c6 (diff) |
powerpc/T4160: Merge T4160 and T4240 in config_mpc85xx.h
T4160 is a subset of T4240. Merge them in config_mpc85xx.h to simplify
the defines. Also move CONFIG_E6500 out of t4qds.h into config_mpc85xx.h.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/t4qds.h')
-rw-r--r-- | include/configs/t4qds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 943bf6701fc..fa1dcc3528c 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -37,7 +37,6 @@ /* High Level Configuration Options */ #define CONFIG_BOOKE -#define CONFIG_E6500 #define CONFIG_E500 /* BOOKE e500 family */ #define CONFIG_E500MC /* BOOKE e500mc family */ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ |