diff options
Diffstat (limited to 'include/configs/hmi1001.h')
-rw-r--r-- | include/configs/hmi1001.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/hmi1001.h b/include/configs/hmi1001.h index 1c74a2e96e9..a1a88b5e330 100644 --- a/include/configs/hmi1001.h +++ b/include/configs/hmi1001.h @@ -13,9 +13,8 @@ * (easy to change) */ -#define CONFIG_MPC5xxx 1 /* This is an MPC5xxx CPU */ -#define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */ -#define CONFIG_HMI1001 1 /* HMI1001 board */ +#define CONFIG_MPC5200 1 /* This is an MPC5200 CPU */ +#define CONFIG_HMI1001 1 /* HMI1001 board */ #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xFFF00000 |