* Patch by Martin Krause, 11 Sep 2003:

add burn-in tests for TRAB board

* Enable instruction cache on MPC5200 board
This commit is contained in:
wdenk
2003-09-11 23:06:34 +00:00
parent a43278a43d
commit 4f7cb08ee7
15 changed files with 1878 additions and 7 deletions

View File

@@ -10,3 +10,7 @@ EXPORT_FUNC(malloc)
EXPORT_FUNC(free)
EXPORT_FUNC(udelay)
EXPORT_FUNC(get_timer)
#if (CONFIG_COMMANDS & CFG_CMD_I2C)
EXPORT_FUNC(i2c_write)
EXPORT_FUNC(i2c_read)
#endif /* CFG_CMD_I2C */