diff nuc-fw/cfgmagic/post-target @ 115:1e41550feec5

nuc-fw: Init_Target() reconstructed
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 27 Oct 2013 04:43:04 +0000
parents 3b2e941043d8
children
line wrap: on
line diff
--- a/nuc-fw/cfgmagic/post-target	Thu Oct 24 02:47:14 2013 +0000
+++ b/nuc-fw/cfgmagic/post-target	Sun Oct 27 04:43:04 2013 +0000
@@ -44,9 +44,11 @@
 
 case "$DBB_type" in
 	751992*)
+		# This chip is Calypso C035 with DSP version 36 in the ROM
 		CHIPSET=10
+		DSP=36
 		# Thanks to the Sotovik find, we now have authoritative
-		# knowledge that this number is correct.
+		# knowledge that these numbers are correct.
 		;;
 	*)
 		echo "Error: unknown DBB_type=$DBB_type" 1>&2
@@ -54,6 +56,7 @@
 		;;
 esac
 export_to_c	CHIPSET
+export_to_c	DSP
 
 if [ -z "$ABB_type" ]
 then