diff options
author | wdenk <wdenk> | 2002-12-17 01:51:00 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2002-12-17 01:51:00 +0000 |
commit | 6aff3115b90780933d390d2b471479179927468d (patch) | |
tree | ea9e54617d8a6f6b2d05d37c7f2bde24ce6dfb35 /README | |
parent | 228f29ac6e0026e596b3a6fbb640118b9944cdd8 (diff) |
* Use 1-byte-read instead of -write for iprobe() function
Add i2c commands to PM826 config
* extend I2C POST code: check for list on known addresses
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2633,7 +2633,7 @@ U-Boot Porting Guide: ---------------------- [Based on messages by Jerry Van Baren in the U-Boot-Users mailing -list, Octover 2002] +list, October 2002] int main (int argc, char *argv[]) @@ -2650,6 +2650,8 @@ int main (int argc, char *argv[]) Download latest U-Boot source; + Subscribe to u-boot-users mailing list; + if (clueless) { email ("Hi, I am new to U-Boot, how do I get started?"); } @@ -2668,6 +2670,8 @@ int main (int argc, char *argv[]) Create your own board support subdirectory; + Create your own board config file; + while (!running) { do { Add / modify source code; |