summaryrefslogtreecommitdiffstats
path: root/include/configs/sacsng.h
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2009-04-18 22:34:03 -0500
committerWolfgang Denk <wd@denx.de>2009-06-12 20:39:46 +0200
commit0f89c54be92773b23d66ac401ba6acb6144100c3 (patch)
tree60f51c10ce10d8525fd635a1f99e76707221f4d0 /include/configs/sacsng.h
parentd48eb5131d287f52bb85b4c58c8680a2e8e3b641 (diff)
downloadblackbird-obmc-uboot-0f89c54be92773b23d66ac401ba6acb6144100c3.tar.gz
blackbird-obmc-uboot-0f89c54be92773b23d66ac401ba6acb6144100c3.zip
i2c: Update references to individual i2c commands
The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop, and isdram are no longer available so all references to them have been updated to the new form of "i2c <cmd>". Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'include/configs/sacsng.h')
-rw-r--r--include/configs/sacsng.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h
index f4e08c689f..0ab6fc31ea 100644
--- a/include/configs/sacsng.h
+++ b/include/configs/sacsng.h
@@ -408,9 +408,9 @@
"echo hostname ${hostname}\0" \
"ana=run adc ; run dac\0" \
"adc=run adc-12 ; run adc-34\0" \
-"adc-12=echo ### ADC-12 ; imd.b e 81 e\0" \
-"adc-34=echo ### ADC-34 ; imd.b f 81 e\0" \
-"dac=echo ### DAC ; imd.b 11 81 5\0" \
+"adc-12=echo ### ADC-12 ; i2c md e 81 e\0" \
+"adc-34=echo ### ADC-34 ; i2c md f 81 e\0" \
+"dac=echo ### DAC ; i2c md 11 81 5\0" \
"boot-hook=echo\0"
/* What should the console's baud rate be? */
OpenPOWER on IntegriCloud