mirror of https://github.com/hak5/openwrt.git
22 lines
663 B
Diff
22 lines
663 B
Diff
|
From 423d67db899b8f2e20b09fac7da1f7eaaa4523cb Mon Sep 17 00:00:00 2001
|
||
|
From: Kurt Mahan <kmahan@freescale.com>
|
||
|
Date: Tue, 24 Jun 2008 23:24:30 -0600
|
||
|
Subject: [PATCH] Add the M547x/M548x NOR_FLASH base address.
|
||
|
|
||
|
LTIBName: m547x-8x-NOR-FLASH-baseaddr
|
||
|
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
|
||
|
---
|
||
|
arch/m68k/Kconfig | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
--- a/arch/m68k/Kconfig
|
||
|
+++ b/arch/m68k/Kconfig
|
||
|
@@ -459,6 +459,7 @@ config NOR_FLASH_BASE
|
||
|
depends on COLDFIRE
|
||
|
default 0x00000000 if M54451EVB
|
||
|
default 0x00000000 if M54455EVB
|
||
|
+ default 0xE0000000 if M547X_8X
|
||
|
|
||
|
config M68KFPU_EMU
|
||
|
bool "Math emulation support (EXPERIMENTAL)"
|