diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-10 17:43:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-05-10 17:43:20 +0200 |
commit | 977b50f86824fe3c262ef7efce5dbb7ddaf8a48f (patch) | |
tree | 1f53f30c933465a99788e554007ab98982cd196f /include | |
parent | 278bc4b37fabba61209fab8704c75f4fa80cc6fa (diff) | |
download | u-boot-imx-977b50f86824fe3c262ef7efce5dbb7ddaf8a48f.zip u-boot-imx-977b50f86824fe3c262ef7efce5dbb7ddaf8a48f.tar.gz u-boot-imx-977b50f86824fe3c262ef7efce5dbb7ddaf8a48f.tar.bz2 |
Minor cleanup.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/MPC8349EMDS.h | 2 | ||||
-rw-r--r-- | include/configs/r5200.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 0300b0d..66f1646 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -39,7 +39,7 @@ #define CONFIG_MPC8349 1 /* MPC8349 specific */ #define CONFIG_MPC8349EMDS 1 /* MPC8349EMDS board specific */ -#undef CONFIG_PCI +#undef CONFIG_PCI #undef CONFIG_MPC83XX_PCI2 /* support for 2nd PCI controller */ #define PCI_66M diff --git a/include/configs/r5200.h b/include/configs/r5200.h index 7049704..e1e406b 100644 --- a/include/configs/r5200.h +++ b/include/configs/r5200.h @@ -72,7 +72,7 @@ #include <cmd_confdefs.h> /* Note: We only copy one sectors worth of application code from location - * 10200000 for speed purposes. Increase the size if necessary */ + * 10200000 for speed purposes. Increase the size if necessary */ #define CONFIG_BOOTCOMMAND "cp.b 10200000 0 20000; go 400" #define CONFIG_BOOTDELAY 1 |