From 1bb8ea3beb2b51be25cad85c7f49d0220bf4e9cd Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Mon, 27 Nov 2017 05:48:30 +0100 Subject: ARM: rmobile: Zap rmobile_sysinfo on Gen3 Since checkboard() is gone, rmobile_sysinfo is also pointless on Gen3. Furthermore, nuke ad-hoc CONFIG_RCAR_BOARD_STRING which is also dead. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- include/configs/salvator-x.h | 2 -- include/configs/ulcb.h | 2 -- 2 files changed, 4 deletions(-) (limited to 'include') diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 605c9c64b82..805c0c254e7 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -12,8 +12,6 @@ #undef DEBUG -#define CONFIG_RCAR_BOARD_STRING "Salvator-X" - #include "rcar-gen3-common.h" /* SCIF */ diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h index 8f989bbce5e..001756c8e49 100644 --- a/include/configs/ulcb.h +++ b/include/configs/ulcb.h @@ -12,8 +12,6 @@ #undef DEBUG -#define CONFIG_RCAR_BOARD_STRING "ULCB" - #include "rcar-gen3-common.h" /* M3 ULCB has 2 banks, each with 1 GiB of RAM */ -- cgit v1.2.3