[PATCH 1/1] configs: correct SMBIOS information for ODROID-C2

Neil Armstrong narmstrong at baylibre.com
Wed Apr 15 18:06:41 CEST 2020


Hi,

On 07/04/2020 08:32, Heinrich Schuchardt wrote:
> CONFIG_SMBIOS_MANUFACTURER="amlogic"
> CONFIG_SMBIOS_PRODUCT_NAME="p200"
> 
> is incorrect for the ODROID-C2.
> 
> Show correct board name and manufacturer in SMBIOS.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  configs/odroid-c2_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
> index 64fbfdf064..39279b40db 100644
> --- a/configs/odroid-c2_defconfig
> +++ b/configs/odroid-c2_defconfig
> @@ -7,6 +7,7 @@ CONFIG_NR_DRAM_BANKS=1
>  CONFIG_DEBUG_UART_BASE=0xc81004c0
>  CONFIG_DEBUG_UART_CLOCK=24000000
>  CONFIG_IDENT_STRING=" odroid-c2"
> +CONFIG_SMBIOS_PRODUCT_NAME="ODROID-C2"
>  CONFIG_DEBUG_UART=y
>  CONFIG_OF_BOARD_SETUP=y
>  CONFIG_CONSOLE_MUX=y
> @@ -41,3 +42,4 @@ CONFIG_DEBUG_UART_ANNOUNCE=y
>  CONFIG_DEBUG_UART_SKIP_INIT=y
>  CONFIG_MESON_SERIAL=y
>  CONFIG_OF_LIBFDT_OVERLAY=y
> +CONFIG_SMBIOS_MANUFACTURER="Hardkernel Co., Ltd."
> --
> 2.25.1
> 

Acked-by: Neil Armstrong <narmstrong at baylibre.com>

Applied to u-boot-amlogic


More information about the U-Boot mailing list