mb/**/gma-mainboard.ads: Use lowercase for `others`

These two files are the only places where the `others` keyword is
capitalised. Use lowercase for consistency with the rest of the tree.

Change-Id: I6b785e28d1d00a11b802a44348a7132ceb6b599d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57399
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-09-05 12:18:07 +02:00 committed by Felix Held
parent d9f5d90ada
commit 3502566261
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ private package GMA.Mainboard is
(DP1,
DP2,
eDP,
Others => Disabled);
others => Disabled);
end GMA.Mainboard;

View File

@ -11,6 +11,6 @@ private package GMA.Mainboard is
ports : constant Port_List :=
(HDMI3,
Analog,
Others => Disabled);
others => Disabled);
end GMA.Mainboard;