]> git.baikalelectronics.ru Git - uboot.git/commit
event: Allow multiple spy declarations for each event
authorSimon Glass <sjg@chromium.org>
Wed, 7 Sep 2022 02:26:56 +0000 (20:26 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 20:07:57 +0000 (16:07 -0400)
commit74b2a80eca94e424f4da9bad35536fe9a7c817a4
treee956248529ce695d996e26304cd7fe104fe846f0
parentf09a8474a80b14b6453346d2aba7f4a3107a18c2
event: Allow multiple spy declarations for each event

At present only one spy is allowed per event. Update the naming to allow
more than one, since some need this flexibility, e.g. the EVT_FT_FIXUP
event.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/event.h
scripts/event_dump.py