Macros in BIB files
From: Dale Ziebarth (dziebarth_at_hotmail.com)
Date: 07/30/04
- Next message: David: "Re: What is the difference of "user idle state" and "system idle s"
- Previous message: Ten: "Re: What to do with nb0 and nb1 files?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 10:59:30 -0500
Is there any way to have a macro fill in both the start address of a memory
block as well as the ROMSTART configuration option so that if I change it I
only have to remember to do it in one place? Something like this:
(Environment Variable, maybe in SOURCES file?)
BOOT_ADDRESS=0x80000000
BOOT_LENGTH=0x00030000
(in BIB file)
MEMORY
DBOOT $(BOOT_ADDRESS) $(BOOT_LENGTH) RAMIMAGE
CONFIG
ROMSTART=$(BOOT_ADDRESS)
ROMOFFSET=00000000
ROMSIZE=$(BOOT_LENGTH)
Thanks for the help.
- Next message: David: "Re: What is the difference of "user idle state" and "system idle s"
- Previous message: Ten: "Re: What to do with nb0 and nb1 files?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|