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/atmark-techno/armadillo-800eva/armadillo-800eva.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/atmark-techno') diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c index abe69abcc8..d95ba7b8bf 100644 --- a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c +++ b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c @@ -314,10 +314,6 @@ int dram_init(void) return 0; } -const struct rmobile_sysinfo sysinfo = { - CONFIG_ARCH_RMOBILE_BOARD_STRING -}; - int board_late_init(void) { return 0; -- cgit v1.2.3