# HG changeset patch # User Michael Spacefalcon # Date 1384232400 0 # Node ID 15d5977390c2f8bac2bf0c3fe9a3f493d0b799aa # Parent f8bb6cd4edd3e0336a786e3a7dafcce2101adffe fw build for pirelli: set the ASIC_CONF register like the original fw does diff -r f8bb6cd4edd3 -r 15d5977390c2 nuc-fw/bsp/init_target.c --- a/nuc-fw/bsp/init_target.c Tue Nov 12 04:53:30 2013 +0000 +++ b/nuc-fw/bsp/init_target.c Tue Nov 12 05:00:00 2013 +0000 @@ -45,6 +45,8 @@ #else #if (BOARD==35) *((volatile SYS_UWORD16 *) ASIC_CONF) = 0x2000; + #elif CONFIG_TARGET_PIRELLI // from disasm of original fw + *((volatile SYS_UWORD16 *) ASIC_CONF) = 0x6050; #else *((volatile SYS_UWORD16 *) ASIC_CONF) = 0x6000; #endif /* (BOARD == 35) */