From ad2d16393e9f684e4a9255f42e8bfdd819b67a87 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 22 Dec 2008 02:56:07 -0500 Subject: smc911x_eeprom: new example app for managing newer SMC parts A forward port of the last version to work with the newer smc911x driver. I only have a board with a LAN9218 part on it, so that is the only one I've tested. But there isn't anything in this that would make it terribly chip specific afaik. Signed-off-by: Mike Frysinger CC: Sascha Hauer CC: Guennadi Liakhovetski CC: Magnus Lilja Signed-off-by: Ben Warren --- examples/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/.gitignore') diff --git a/examples/.gitignore b/examples/.gitignore index 806425ff78..0d1864cc28 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -6,5 +6,6 @@ /timer /sched /smc91111_eeprom +/smc911x_eeprom *.bin *.srec -- cgit v1.2.3