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/yosemite.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/yosemite.h')
-rw-r--r-- | include/configs/yosemite.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index 18d6623280..ddc9169858 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -29,7 +29,7 @@ * High Level Configuration Options *----------------------------------------------------------------------*/ #define CONFIG_YOSEMITE 1 /* Board is BAMBOO */ -#define CONFIG_440_EP 1 /* Specific PPC440EP support */ +#define CONFIG_440EP 1 /* Specific PPC440EP support */ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ @@ -175,14 +175,14 @@ #define CONFIG_DOS_PARTITION #define CONFIG_ISO_PARTITION -#ifdef CONFIG_440_EP +#ifdef CONFIG_440EP /* USB */ #define CONFIG_USB_OHCI #define CONFIG_USB_STORAGE /*Comment this out to enable USB 1.1 device*/ #define USB_2_0_DEVICE -#endif /*CONFIG_440_EP*/ +#endif /*CONFIG_440EP*/ #ifdef DEBUG #define CONFIG_PANIC_HANG @@ -190,7 +190,7 @@ #define CONFIG_HW_WATCHDOG /* watchdog */ #endif -#ifdef CONFIG_440_EP +#ifdef CONFIG_440EP /* Need to define POST */ #define CONFIG_COMMANDS ((CONFIG_CMD_DFL | \ CFG_CMD_DATE | \ |