diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-12-06 16:34:09 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-16 08:59:42 -0500 |
commit | aaed2eb5c741b4d2184d0a270edf30e4209fa07d (patch) | |
tree | 595ecedda62c008d135d5517578ff907e26e47d3 /examples/standalone/.gitignore | |
parent | e8a8b8246a5e7dee9db19b14b31039389ccf99af (diff) | |
download | u-boot-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.tar.gz |
examples: x86: delete 82559_eeprom
Commit fea25720 renamed arch/i386 to arch/x86.
But it missed to modify examples/standalone/Makefile.
Since then, examples/standalone/82559_eeprom has
never compiled and nobody has noticed that.
After some discussion on ML, we agreed to delete this example.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'examples/standalone/.gitignore')
-rw-r--r-- | examples/standalone/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/standalone/.gitignore b/examples/standalone/.gitignore index 4d9ce66402..1ff25b510d 100644 --- a/examples/standalone/.gitignore +++ b/examples/standalone/.gitignore @@ -1,4 +1,3 @@ -/82559_eeprom /atmel_df_pow2 /eepro100_eeprom /hello_world |