mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00
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:
parent
847d6f4ab9
commit
5c0cbb2faa
1 changed files with 1 additions and 1 deletions
|
@ -52,4 +52,4 @@ int plat_rpi_get_model(void);
|
||||||
|
|
||||||
void plat_rpi_bl31_custom_setup(void);
|
void plat_rpi_bl31_custom_setup(void);
|
||||||
|
|
||||||
#endif /* RPI3_PRIVATE_H */
|
#endif /* RPI3_SHARED_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue