Searched refs:DeviceAddress (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dmain.c547 unsigned int DeviceAddress = 0; local
609 DeviceAddress = 0;
635 if(!AsciiToHex(&message[ix], &DeviceAddress) )
636 DeviceAddress = 0; // Illegal DeviceAddress
645 DeviceAddress = 0xC0000000;
646 // printf("Download DataflashBoot.bin to [0x%x]\n", DeviceAddress);
648 DeviceAddress = AT91C_BOOT_DATAFLASH_ADDR;
649 // printf("Download u-boot.bin to [0x%x]\n", DeviceAddress);
651 // printf("Download Dataflash to [0x%x]\n", DeviceAddress);
[all...]

Completed in 26 milliseconds