diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-31 12:30:40 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-31 12:30:40 +0200 |
commit | f7c602ac8be0bcff4e573052c47e79bc46dab380 (patch) | |
tree | b987f7a2e05fc81167335ec949b17cbc9cd67df3 /board/w7o/post2.c | |
parent | 3c95960e526b3b026da20201db64526f46faf14b (diff) | |
parent | 9196b44334c330cc13de2464c59181e4db71f549 (diff) | |
download | u-boot-imx-f7c602ac8be0bcff4e573052c47e79bc46dab380.zip u-boot-imx-f7c602ac8be0bcff4e573052c47e79bc46dab380.tar.gz u-boot-imx-f7c602ac8be0bcff4e573052c47e79bc46dab380.tar.bz2 |
Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'board/w7o/post2.c')
-rw-r--r-- | board/w7o/post2.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/w7o/post2.c b/board/w7o/post2.c index e590128..6ee33eb 100644 --- a/board/w7o/post2.c +++ b/board/w7o/post2.c @@ -29,6 +29,12 @@ #include "errors.h" #include "dtt.h" +/* for LM75 DTT POST test */ +#define DTT_READ_TEMP 0x0 +#define DTT_CONFIG 0x1 +#define DTT_TEMP_HYST 0x2 +#define DTT_TEMP_SET 0x3 + #if defined(CONFIG_RTC_M48T35A) void rtctest(void) { |