diff options
author | Hao Zhang | 2011-05-12 13:04:23 -0500 |
---|---|---|
committer | Hao Zhang | 2011-05-12 13:04:23 -0500 |
commit | 17e0825a5b0b1895f37e4a0cd563d5f97827e545 (patch) | |
tree | 195086f46e9edb732d54b446a245815a6466be3c /boot_loader/IBL_buildibl | |
parent | 4c0888eae308fbb560f58c05ac8d1011fde959f7 (diff) | |
download | mcsdk-tools-17e0825a5b0b1895f37e4a0cd563d5f97827e545.tar.gz mcsdk-tools-17e0825a5b0b1895f37e4a0cd563d5f97827e545.tar.xz mcsdk-tools-17e0825a5b0b1895f37e4a0cd563d5f97827e545.zip |
Updated readme to tools scripts
Diffstat (limited to 'boot_loader/IBL_buildibl')
-rw-r--r-- | boot_loader/IBL_buildibl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot_loader/IBL_buildibl b/boot_loader/IBL_buildibl index 7ed7ea5..4d06619 100644 --- a/boot_loader/IBL_buildibl +++ b/boot_loader/IBL_buildibl | |||
@@ -1,7 +1,7 @@ | |||
1 | cd ibl/src/make | 1 | cd ibl/src/make |
2 | 2 | ||
3 | source setupenvMsys.sh | 3 | source setupenvMsys.sh |
4 | make evm_c667x_i2c ENDIAN=little I2C_BUS_ADDR=0x51 INTERNAL_UTILS=no | 4 | make evm_c667x_i2c ENDIAN=little I2C_BUS_ADDR=0x51 |
5 | 5 | ||
6 | cd ../../../ | 6 | cd ../../../ |
7 | 7 | ||