diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-06-02 16:13:25 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-06-06 10:07:26 +0200 |
commit | 1badf2f47cbbb0e8aab82dfe89a4f85d8f498e5f (patch) | |
tree | d0b6ef97d08f9de1c60d434c8057655bc78adf9a /board/gateworks/gw_ventana/Makefile | |
parent | 5bf497e3fdba14cb39f8752ae7646d77dc49d519 (diff) | |
download | u-boot-1badf2f47cbbb0e8aab82dfe89a4f85d8f498e5f.tar.gz u-boot-1badf2f47cbbb0e8aab82dfe89a4f85d8f498e5f.tar.xz u-boot-1badf2f47cbbb0e8aab82dfe89a4f85d8f498e5f.zip |
imx: ventana: split read_eeprom into standalone file
Split the read_eeprom function out so that it can be shared (ie with SPL)
Cc: Stefan Roese <sr@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Andy Ng <andreas2025@gmail.com>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Tapani Utriainen <tapani@technexion.com>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/Makefile')
-rw-r--r-- | board/gateworks/gw_ventana/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/Makefile b/board/gateworks/gw_ventana/Makefile index e8dab89c65..03bd1fd372 100644 --- a/board/gateworks/gw_ventana/Makefile +++ b/board/gateworks/gw_ventana/Makefile @@ -6,5 +6,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := gw_ventana.o gsc.o +obj-y := gw_ventana.o gsc.o eeprom.o |