summaryrefslogtreecommitdiff
path: root/cpu/ixp/npe/IxNpeDl.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-01-23 14:40:34 +0100
committerWolfgang Denk <wd@denx.de>2008-01-23 14:40:34 +0100
commit060193e4c373e08fa7fecacbd678c4e1e90e50c7 (patch)
tree27ac365ab636c36e897b652c13572d701764534d /cpu/ixp/npe/IxNpeDl.c
parentf10d7b94548a788a40b08a50dcdc3209427fec38 (diff)
parent40dcd6aa75ef95b490f342695f970910b82e392e (diff)
downloadu-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.zip
u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.gz
u-boot-imx-060193e4c373e08fa7fecacbd678c4e1e90e50c7.tar.bz2
Merge ../custodians
Diffstat (limited to 'cpu/ixp/npe/IxNpeDl.c')
-rw-r--r--cpu/ixp/npe/IxNpeDl.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/cpu/ixp/npe/IxNpeDl.c b/cpu/ixp/npe/IxNpeDl.c
index ffe355c..3738337 100644
--- a/cpu/ixp/npe/IxNpeDl.c
+++ b/cpu/ixp/npe/IxNpeDl.c
@@ -109,38 +109,6 @@ PRIVATE IX_STATUS
ixNpeDlNpeInitAndStartInternal (UINT32 *imageLibrary, UINT32 imageId);
/*
- * Function definition: ixNpeDlMicrocodeImageLibraryOverride
- */
-PUBLIC IX_STATUS
-ixNpeDlMicrocodeImageLibraryOverride (UINT32 *clientImageLibrary)
-{
- IX_STATUS status = IX_SUCCESS;
-
- IX_NPEDL_TRACE0 (IX_NPEDL_FN_ENTRY_EXIT,
- "Entering ixNpeDlMicrocodeImageLibraryOverride\n");
-
- if (clientImageLibrary == NULL)
- {
- status = IX_NPEDL_PARAM_ERR;
- IX_NPEDL_ERROR_REPORT ("ixNpeDlMicrocodeImageLibraryOverride - "
- "invalid parameter\n");
- }
- else
- {
- status = ixNpeDlImageMgrMicrocodeImageLibraryOverride (clientImageLibrary);
- if (status != IX_SUCCESS)
- {
- status = IX_FAIL;
- }
- } /* end of if-else(clientImageLibrary) */
-
- IX_NPEDL_TRACE1 (IX_NPEDL_FN_ENTRY_EXIT,
- "Exiting ixNpeDlMicrocodeImageLibraryOverride : "
- "status = %d\n", status);
- return status;
-}
-
-/*
* Function definition: ixNpeDlImageDownload
*/
PUBLIC IX_STATUS