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/Makefile | |
parent | e8a8b8246a5e7dee9db19b14b31039389ccf99af (diff) | |
download | u-boot-imx-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.zip u-boot-imx-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.tar.gz u-boot-imx-aaed2eb5c741b4d2184d0a270edf30e4209fa07d.tar.bz2 |
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/Makefile')
-rw-r--r-- | examples/standalone/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/standalone/Makefile b/examples/standalone/Makefile index 6e7500d..0841c75 100644 --- a/examples/standalone/Makefile +++ b/examples/standalone/Makefile @@ -12,11 +12,6 @@ ELF-y := hello_world ELF-$(CONFIG_SMC91111) += smc91111_eeprom ELF-$(CONFIG_SMC911X) += smc911x_eeprom ELF-$(CONFIG_SPI_FLASH_ATMEL) += atmel_df_pow2 -# TODO: -# - Fix the warning of 82559_eeprom.c and uncomment the following -# or -# - Delete 82559_eeprom.c and the following line -#ELF-$(CONFIG_X86) += 82559_eeprom ELF-$(CONFIG_MPC5xxx) += interrupt ELF-$(CONFIG_8xx) += test_burst timer ELF-$(CONFIG_8260) += mem_to_mem_idma2intr |