diff options
| author | Vikas Gupta <[email protected]> | 2020-08-20 20:41:05 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-09-09 16:57:35 -0400 |
| commit | 70bf26332f3d07382730a9cae93219a3efa0fbe2 (patch) | |
| tree | 5165335456641bdb05aba3225dcbf5a108f81652 /cmd/broadcom/Makefile | |
| parent | 186879cdb22fd7569dae7f425711bed82a707bb4 (diff) | |
cmd: broadcom: add cmd to update bnxt image env variables
Add command to update the environmental variables which
are used to read the data from QSPI offsets and load
the binaries to bnxt.
Signed-off-by: Vikas Gupta <[email protected]>
Signed-off-by: Rayagonda Kokatanur <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/broadcom/Makefile')
| -rw-r--r-- | cmd/broadcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/broadcom/Makefile b/cmd/broadcom/Makefile index 22ccf2f3343..6cdece1a3a4 100644 --- a/cmd/broadcom/Makefile +++ b/cmd/broadcom/Makefile @@ -2,3 +2,4 @@ # Copyright 2020 Broadcom obj-y += chimp_boot.o +obj-y += nitro_image_load.o |
