diff options
author | Stefan Roese <sr@denx.de> | 2005-08-08 12:42:22 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2005-08-08 12:42:22 +0200 |
commit | 846b0dd2dca945c8bede8a34e2fa86e876715a06 (patch) | |
tree | 1fdce4c4eba5fd31df6027a99283ae6987c11007 /include/configs/XPEDITE1K.h | |
parent | 700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff) | |
download | u-boot-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.gz u-boot-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.xz u-boot-846b0dd2dca945c8bede8a34e2fa86e876715a06.zip |
Changed CONFIG_440_xx to CONFIG_440xx for a consistent design (405 and linux)
Patch by Stefan Roese, 08 Aug 2005
Diffstat (limited to 'include/configs/XPEDITE1K.h')
-rw-r--r-- | include/configs/XPEDITE1K.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/XPEDITE1K.h b/include/configs/XPEDITE1K.h index 023570077e..347bb50332 100644 --- a/include/configs/XPEDITE1K.h +++ b/include/configs/XPEDITE1K.h @@ -36,7 +36,7 @@ #define CONFIG_XPEDITE1K 1 /* Board is XPedite 1000 */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_440 1 -#define CONFIG_440_GX 1 /* 440 GX */ +#define CONFIG_440GX 1 /* 440 GX */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #undef CFG_DRAM_TEST /* Disable-takes long time! */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */ |