diff options
author | Wolfgang Denk <wd@denx.de> | 2007-07-05 17:56:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-07-05 17:56:27 +0200 |
commit | e4dbe1b215f5c6c462e76909d240bd96472b84de (patch) | |
tree | 6d6d14117cee83f9282a0c83b2c0f842c0a33f8e /include/configs/Total5200.h | |
parent | b6b4684546809f89c8bac72863ca49b5fd8ac0cd (diff) | |
download | u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.zip u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.tar.gz u-boot-imx-e4dbe1b215f5c6c462e76909d240bd96472b84de.tar.bz2 |
Fixing some typos etc. introduced mainly by cfg patches.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/configs/Total5200.h')
-rw-r--r-- | include/configs/Total5200.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/Total5200.h b/include/configs/Total5200.h index ba2daf7..2a1cb89 100644 --- a/include/configs/Total5200.h +++ b/include/configs/Total5200.h @@ -115,7 +115,7 @@ */ #include <config_cmd_default.h> -#if definded(CONFIG_MPC5200) +#if defined(CONFIG_MPC5200) #define CONFIG_CMD_PCI #endif |