diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-24 02:11:26 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-03-28 14:16:13 +0900 |
commit | ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 (patch) | |
tree | 0e30cc5147918e198607fd0d4f99b0332fe9b82d /include/configs | |
parent | 566933278101c144d75361ea682678a326c1290d (diff) | |
download | u-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.zip u-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.tar.gz u-boot-imx-ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721.tar.bz2 |
sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r7780mp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 3ddb2f4..42787f4 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -125,6 +125,7 @@ #if defined(CONFIG_CMD_PCI) #define CONFIG_PCI #define CONFIG_SH4_PCI +#define CONFIG_SH7780_PCI #define CONFIG_PCI_PNP #define CONFIG_PCI_SCAN_SHOW 1 #define __io |