]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
changes for making remote booting
authorr-studio <r-studio>
Wed, 28 Oct 2009 07:18:01 +0000 (07:18 +0000)
committerr-studio <r-studio>
Wed, 28 Oct 2009 07:18:01 +0000 (07:18 +0000)
support/make/m16c62p/m16c62p.rules

index 2249214e2e4c4317cd7a76a9b75c96bbc7aecb67..8634edd5d93550b40fa14647e846a402f94f412e 100755 (executable)
@@ -50,7 +50,7 @@ endif
 
 # We need a different start address for the flash in the linker script when building TOSBoot.
 # Also program the boot_args address bytes with 0xFF so that we know if they are reprogrammable.
-ifeq ($(COMPONENT),TOSBoot)
+ifeq ($(COMPONENT),TosBootC)
 $(shell sed -e "s/0x00a0000/0x00e0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x)
 $(shell sed -e "s/\/\*boot_args_address\*\//0x00f0000/ig" $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader.x > $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x)
 LDFLAGS += -nostartfiles -T$(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/m16c_bootloader_args.x  $(TINYOS_MAKE_PATH)/$(THIS_FOLDER)/crt.S