relayd: move the interface fixup to the right place
[openwrt/staging/lynxis/omap.git] / target / linux / coldfire / patches-2.6.31 / 074-Kconfig_lite_boards.patch
1 --- a/arch/m68k/Kconfig
2 +++ b/arch/m68k/Kconfig
3 @@ -381,6 +381,9 @@ choice
4 depends on M547X_8X
5 default M5485CFE
6
7 +config M5474LITE
8 + bool "MCF5474LITE"
9 + select M547X
10 config M5475AFE
11 bool "MCF5475AFE"
12 select M547X
13 @@ -399,6 +402,9 @@ config M5475EFE
14 config M5475FFE
15 bool "MCF5475FFE"
16 select M547X
17 +config M5484LITE
18 + bool "MCF5484LITE"
19 + select M548X
20 config M5485AFE
21 bool "MCF5485AFE"
22 select M548X
23 @@ -465,7 +471,10 @@ config NOR_FLASH_BASE
24 depends on COLDFIRE
25 default 0x00000000 if M54451EVB
26 default 0x00000000 if M54455EVB
27 - default 0xE0000000 if M547X_8X
28 + default 0xE0000000 if M5475CFE
29 + default 0xE0000000 if M5485CFE
30 + default 0xFF800000 if M5484LITE
31 + default 0xFF800000 if M5474LITE
32
33 config DMA_BASE
34 hex