diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-11-28 00:15:21 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-02 21:32:44 -0500 |
commit | b032eb1f71c0382146ecc3c87e7b00e31c312474 (patch) | |
tree | 14c2e6704d0f24435f2973ace24bf167f5e3696e /include/configs | |
parent | 30391de74f67dd6372664b820d4a91b6a21169f2 (diff) |
sh4: remove __io config options from r2dplus and r7780mp boards
Defined __io is no-op for the SH architecture and it can be removed
from board files without any functional change.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r2dplus.h | 1 | ||||
-rw-r--r-- | include/configs/r7780mp.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 477f035936..2186915fee 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -91,7 +91,6 @@ #define CONFIG_SH4_PCI #define CONFIG_SH7751_PCI #define CONFIG_PCI_SCAN_SHOW 1 -#define __io #define __mem_pci #define CONFIG_PCI_MEM_BUS 0xFD000000 /* Memory space base addr */ diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index d4f200a516..42d51354f5 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -100,7 +100,6 @@ #define CONFIG_SH7780_PCI_LAR CONFIG_SYS_SDRAM_SIZE #define CONFIG_SH7780_PCI_BAR CONFIG_SYS_SDRAM_SIZE #define CONFIG_PCI_SCAN_SHOW 1 -#define __io #define __mem_pci #define CONFIG_PCI_MEM_BUS 0xFD000000 /* Memory space base addr */ |