You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/coldfire/patches/068-m547x_8x_NOR_FLASH_base...

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)"