From 0dcd646d883c8a4b7411662c2486f80651cf366c Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Mon, 26 Feb 2007 02:04:24 +0000 Subject: [PATCH] Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a kernel from the onboard flash. --- sys/arm/conf/AVILA | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/arm/conf/AVILA b/sys/arm/conf/AVILA index fcc5380d25c..e98eb670b49 100644 --- a/sys/arm/conf/AVILA +++ b/sys/arm/conf/AVILA @@ -24,6 +24,8 @@ ident AVILA options PHYSADDR=0x10000000 options KERNPHYSADDR=0x10200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm +options FLASHADDR=0x50000000 +options LOADERRAMADDR=0x00000000 options STARTUP_PAGETABLE_ADDR=0x10000000 include "../xscale/ixp425/std.avila"