summaryrefslogtreecommitdiff
path: root/target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-11-22 13:29:58 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-11-22 13:29:58 +0000
commitd066a4c712aae3cd1aaa5108f7cd2cae81c6343b (patch)
treec3a6c6cc30b40836df27cf3153582255d11fc161 /target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch
parentdb689e1d5c4cd828ee29aebe03145c00759b5dd4 (diff)
downloadmtk-20170518-d066a4c712aae3cd1aaa5108f7cd2cae81c6343b.zip
mtk-20170518-d066a4c712aae3cd1aaa5108f7cd2cae81c6343b.tar.gz
mtk-20170518-d066a4c712aae3cd1aaa5108f7cd2cae81c6343b.tar.bz2
2.6.31 support (WiP)
SVN-Revision: 24087
Diffstat (limited to 'target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch')
-rw-r--r--target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch b/target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch
new file mode 100644
index 0000000..0015a34
--- /dev/null
+++ b/target/linux/coldfire/patches-2.6.31/074-Kconfig_lite_boards.patch
@@ -0,0 +1,34 @@
+--- a/arch/m68k/Kconfig
++++ b/arch/m68k/Kconfig
+@@ -381,6 +381,9 @@ choice
+ depends on M547X_8X
+ default M5485CFE
+
++config M5474LITE
++ bool "MCF5474LITE"
++ select M547X
+ config M5475AFE
+ bool "MCF5475AFE"
+ select M547X
+@@ -399,6 +402,9 @@ config M5475EFE
+ config M5475FFE
+ bool "MCF5475FFE"
+ select M547X
++config M5484LITE
++ bool "MCF5484LITE"
++ select M548X
+ config M5485AFE
+ bool "MCF5485AFE"
+ select M548X
+@@ -465,7 +471,10 @@ config NOR_FLASH_BASE
+ depends on COLDFIRE
+ default 0x00000000 if M54451EVB
+ default 0x00000000 if M54455EVB
+- default 0xE0000000 if M547X_8X
++ default 0xE0000000 if M5475CFE
++ default 0xE0000000 if M5485CFE
++ default 0xFF800000 if M5484LITE
++ default 0xFF800000 if M5474LITE
+
+ config DMA_BASE
+ hex