summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-10-24 18:30:20 -0600
committerGitHub <noreply@github.com>2020-10-24 18:30:20 -0600
commit1c5f20b63fc743355e2696acb1ca6140a11dcfbf (patch)
tree12f2927d2c0fdd94dc072d91c258168712c4c517
parent193714672ff3d0a8ae5f9679d5a171b027323b32 (diff)
downloadbcm5719-ortega-1c5f20b63fc743355e2696acb1ca6140a11dcfbf.tar.gz
bcm5719-ortega-1c5f20b63fc743355e2696acb1ca6140a11dcfbf.zip
apeloader: Cleanup various linting warnings. (#151)
-rw-r--r--utils/bcmregtool/apeloader/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/bcmregtool/apeloader/main.c b/utils/bcmregtool/apeloader/main.c
index 95dcd4a..7c16652 100644
--- a/utils/bcmregtool/apeloader/main.c
+++ b/utils/bcmregtool/apeloader/main.c
@@ -97,6 +97,7 @@ void handle_command(volatile SHM_t *shm)
shm->LoaderCommand.bits.Command = 0;
}
+//lint -esym(714, __start) // Referenced by build toold.
int __start()
{
init_shm(&SHM);
@@ -111,4 +112,4 @@ int __start()
handle_command(&SHM2);
handle_command(&SHM3);
}
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud