diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-01-24 17:15:05 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2010-01-24 17:15:05 +0100 |
commit | 2548de3a343e893afcd7aceb824ea4a7137e6f31 (patch) | |
tree | 45d4ea9ff19038e6e5c4999add98b34284cf6c76 /Makefile.target | |
parent | 292444cb87f3b883146ee30628a5922b1cde4073 (diff) |
microblaze: The petalogix s3adsp board uses intel flashes
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@petalogix.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 0bf2253cae..5c0ef1f8c8 100644 --- a/Makefile.target +++ b/Makefile.target @@ -252,7 +252,7 @@ obj-microblaze-y += xilinx_timer.o obj-microblaze-y += xilinx_uartlite.o obj-microblaze-y += xilinx_ethlite.o -obj-microblaze-y += pflash_cfi02.o +obj-microblaze-y += pflash_cfi01.o obj-microblaze-$(CONFIG_FDT) += device_tree.o |