Commit a2e96b62 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by David Woodhouse

[MTD] Remove Ocelot G support from DiskOnChip drivers.

This patch has removed Ocelot G support from MTD.
Ocelot G support has already removed since May 2007.
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent db1b39d8
...@@ -84,8 +84,6 @@ static unsigned long __initdata doc_locations[] = { ...@@ -84,8 +84,6 @@ static unsigned long __initdata doc_locations[] = {
#elif defined(CONFIG_MOMENCO_OCELOT) #elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000, 0x2f000000,
0xff000000, 0xff000000,
#elif defined(CONFIG_MOMENCO_OCELOT_G)
0xff000000,
##else ##else
#warning Unknown architecture for DiskOnChip. No default probe locations defined #warning Unknown architecture for DiskOnChip. No default probe locations defined
#endif #endif
......
...@@ -59,8 +59,6 @@ static unsigned long __initdata doc_locations[] = { ...@@ -59,8 +59,6 @@ static unsigned long __initdata doc_locations[] = {
#elif defined(CONFIG_MOMENCO_OCELOT) #elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000, 0x2f000000,
0xff000000, 0xff000000,
#elif defined(CONFIG_MOMENCO_OCELOT_G)
0xff000000,
#else #else
#warning Unknown architecture for DiskOnChip. No default probe locations defined #warning Unknown architecture for DiskOnChip. No default probe locations defined
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment