mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
ebb86c4ecd
commit
3f9ae1a5d4
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "dtt.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)
|
#if defined(CONFIG_RTC_M48T35A)
|
||||||
void rtctest(void)
|
void rtctest(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue