]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(morello): remove duplication of platform information struct
authorWerner Lewis <werner.lewis@arm.com>
Wed, 22 Mar 2023 10:20:53 +0000 (10:20 +0000)
committerWerner Lewis <werner.lewis@arm.com>
Wed, 19 Apr 2023 09:43:25 +0000 (10:43 +0100)
commit468a601648d93a5b3257ddd4514cdb2fdbd0e56f
tree89483d56d83266af00fcbec35860597123baaf82
parentf2a01993dbc126f91f1f5be64e13015cf9d05c5c
refactor(morello): remove duplication of platform information struct

morello_plat_info is defined identically in multiple files, definition
is moved to a header file to avoid duplication.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
Change-Id: I607354902c55f5c31f0732de9db60604b82aef97
plat/arm/board/morello/morello_bl2_setup.c
plat/arm/board/morello/morello_bl31_setup.c
plat/arm/board/morello/morello_def.h
plat/arm/board/morello/morello_image_load.c