From f41d723b9fa59d6fac27f51254742dfbf2d7eea0 Mon Sep 17 00:00:00 2001 From: Julien Masson Date: Mon, 25 Mar 2019 11:55:29 +0100 Subject: ARM: meson: display Amlogic SoC Information The Amlogic SoCs have a registers containing the die revision and packaging type to determine the SoC family and package marketing name like S905X for the GXL SoC Family. This code is taken from the Linux meson-gx-socinfo driver and adapted to U-Boot printing. Signed-off-by: Julien Masson Signed-off-by: Neil Armstrong [narmstrong: also updated new p200/p201 defconfigs] --- configs/s400_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/s400_defconfig') diff --git a/configs/s400_defconfig b/configs/s400_defconfig index 1bd4b7127b..6cd47d0184 100644 --- a/configs/s400_defconfig +++ b/configs/s400_defconfig @@ -10,7 +10,7 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_OF_BOARD_SETUP=y CONFIG_MISC_INIT_R=y # CONFIG_DISPLAY_CPUINFO is not set -# CONFIG_DISPLAY_BOARDINFO is not set +CONFIG_DISPLAY_BOARDINFO=y # CONFIG_CMD_BDI is not set # CONFIG_CMD_IMI is not set CONFIG_CMD_GPIO=y -- cgit v1.2.3