fix(rpi3): use correct name for include guards

fixed rpi_shared.h include guard, previously the commented
endif was RPI3_PRIVATE, which could be a cause for confusion
when searching through header files.

Change-Id: I721f9f7c38cd14cda0385593b307cdfc71f810f8
Signed-off-by: Abhi Singh <abhi.singh@arm.com>
This commit is contained in:
Abhi Singh 2024-11-05 11:02:21 -06:00 committed by Abhi Singh
parent 847d6f4ab9
commit 5c0cbb2faa

View file

@ -52,4 +52,4 @@ int plat_rpi_get_model(void);
void plat_rpi_bl31_custom_setup(void);
#endif /* RPI3_PRIVATE_H */
#endif /* RPI3_SHARED_H */