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/ocotea.h | |
parent | 700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff) | |
download | u-boot-midas-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.gz u-boot-midas-846b0dd2dca945c8bede8a34e2fa86e876715a06.tar.bz2 u-boot-midas-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/ocotea.h')
-rw-r--r-- | include/configs/ocotea.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index 4f90b1b51d..2b0f6874c3 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -40,7 +40,7 @@ * High Level Configuration Options *----------------------------------------------------------------------*/ #define CONFIG_OCOTEA 1 /* Board is ebony */ -#define CONFIG_440_GX 1 /* Specifc GX support */ +#define CONFIG_440GX 1 /* Specifc GX support */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #undef CFG_DRAM_TEST /* Disable-takes long time! */ |