diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2014-08-23 01:10:34 (GMT) |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2014-08-24 03:28:19 (GMT) |
commit | 055626acba2754d3311204ad361b1828a4f8aaf6 (patch) | |
tree | f768316be7cebc6655abca1d839882527359491e /arch/nios2/cpu/Makefile | |
parent | 5ff10aa7e76fc7dbd205ec13381757bfa2c99911 (diff) | |
download | u-boot-055626acba2754d3311204ad361b1828a4f8aaf6.tar.xz |
nios2: remove EPCS driver
The Altera EPCS is SPI flash. We have been using SPI flash driver
to access EPCS for years. The old EPCS driver could be removed.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'arch/nios2/cpu/Makefile')
-rw-r--r-- | arch/nios2/cpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/cpu/Makefile b/arch/nios2/cpu/Makefile index bdd983d..3fe7847 100644 --- a/arch/nios2/cpu/Makefile +++ b/arch/nios2/cpu/Makefile @@ -7,5 +7,5 @@ extra-y = start.o obj-y = exceptions.o -obj-y += cpu.o interrupts.o sysid.o traps.o epcs.o +obj-y += cpu.o interrupts.o sysid.o traps.o obj-y += fdt.o |