From 699e831e158a5846778d8bd6af054d4276277cb6 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 2 May 2018 11:51:46 +0200 Subject: ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRING Pull the symbol from the boards and zap struct rmobile_sysinfo as they are rather useless. The entire purpose of that whole machinery was to print board name in the CONFIG_ARCH_RMOBILE_BOARD_STRING. Do that in a far simpler and more contained manner. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- board/renesas/silk/silk.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/renesas/silk') diff --git a/board/renesas/silk/silk.c b/board/renesas/silk/silk.c index c932c25..a50a4ed 100644 --- a/board/renesas/silk/silk.c +++ b/board/renesas/silk/silk.c @@ -106,10 +106,6 @@ int board_phy_config(struct phy_device *phydev) return 0; } -const struct rmobile_sysinfo sysinfo = { - CONFIG_ARCH_RMOBILE_BOARD_STRING -}; - void reset_cpu(ulong addr) { struct udevice *dev; -- cgit v1.1