public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] romfs base address
@ 2001-08-07  6:24 Warren Jasper
  2001-08-07  6:41 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: Warren Jasper @ 2001-08-07  6:24 UTC (permalink / raw)
  To: ecos-discuss

I see that 

cdl_option CYGNUM_FS_ROM_BASE_ADDRESS {
    # Flavor: data
    user_value 0x8200000
    # value_source user
    # Default value: 0x50040000
};

Is no longer defined in the ecos.ecc cdl file.  Could someone please tell
me EXACTLY how to speify the base adress for the rom fs.  Is this 
done only in the MTAB entry in the application code?  For example is
this correct?

//==========================================================================

#define CYGNUM_FS_ROM_BASE_ADDRESS 0x8200000
MTAB_ENTRY( romfs_mte1,
                   "/",
                   "romfs",
                   "",
                   (CYG_ADDRWORD) CYGNUM_FS_ROM_BASE_ADDRESS );


//==========================================================================


Thanks,


	-- Warren

Warren J. Jasper
wjasper@tx.ncsu.edu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-07  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-07  6:24 [ECOS] romfs base address Warren Jasper
2001-08-07  6:41 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).