A_BOOT_ROM
a_config.a_boot_device = config1 & 0x80 ? A_BOOT_FLASH : A_BOOT_ROM;
a_config.a_boot_device == A_BOOT_ROM ? "ROM" : "flash",