a2891de83bbfe075a8c2255413f74c22c42937ff
[openwrt/staging/jow.git] / target / linux / coldfire / patches / 068-m547x_8x_NOR_FLASH_baseaddr.patch
1 From 423d67db899b8f2e20b09fac7da1f7eaaa4523cb Mon Sep 17 00:00:00 2001
2 From: Kurt Mahan <kmahan@freescale.com>
3 Date: Tue, 24 Jun 2008 23:24:30 -0600
4 Subject: [PATCH] Add the M547x/M548x NOR_FLASH base address.
5
6 LTIBName: m547x-8x-NOR-FLASH-baseaddr
7 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
8 ---
9 arch/m68k/Kconfig | 1 +
10 1 files changed, 1 insertions(+), 0 deletions(-)
11
12 --- a/arch/m68k/Kconfig
13 +++ b/arch/m68k/Kconfig
14 @@ -459,6 +459,7 @@ config NOR_FLASH_BASE
15 depends on COLDFIRE
16 default 0x00000000 if M54451EVB
17 default 0x00000000 if M54455EVB
18 + default 0xE0000000 if M547X_8X
19
20 config M68KFPU_EMU
21 bool "Math emulation support (EXPERIMENTAL)"