summaryrefslogtreecommitdiff
path: root/board-WAL.c
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2009-03-03 07:06:46 +0100
committerSegher Boessenkool <segher@kernel.crashing.org>2009-03-03 07:06:46 +0100
commit2228122b99f8ca2a25c15efcc89d26611f4abbfd (patch)
tree72aac22414af992c247ea6d11ebf7e0f7fd09d3e /board-WAL.c
parentf39a76dd19f80fb3b71813edfa12a8f10d4f8ef0 (diff)
Make EEPROM contents persistent.
Diffstat (limited to 'board-WAL.c')
-rw-r--r--board-WAL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board-WAL.c b/board-WAL.c
index 84d98c1..948e8be 100644
--- a/board-WAL.c
+++ b/board-WAL.c
@@ -47,7 +47,7 @@ static u16 board_WAL_gpio(u32 n, u16 what, u16 push, u16 pull)
static void init(void)
{
i2c_bus = i2c_bitbang_bus_create();
- i2c_eeprom_create(i2c_bus, 0x200, 0xa0);
+ i2c_eeprom_create(i2c_bus, 0x200, 0xa0, "WAL");
}
struct board board_WAL = {