]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: rmobile: Zap rmobile_sysinfo on Gen3
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 27 Nov 2017 04:48:30 +0000 (05:48 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 30 Nov 2017 01:34:20 +0000 (02:34 +0100)
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
board/renesas/salvator-x/salvator-x.c
board/renesas/ulcb/ulcb.c
include/configs/salvator-x.h
include/configs/ulcb.h

index 1b8ae574c573bc311fec454ccaa8ddc362201b24..f21360c4c5287b4f10f6deafe5f8c2a5da5a3a17 100644 (file)
@@ -142,10 +142,6 @@ int dram_init_banksize(void)
        return 0;
 }
 
-const struct rmobile_sysinfo sysinfo = {
-       CONFIG_RCAR_BOARD_STRING
-};
-
 #define RST_BASE       0xE6160000
 #define RST_CA57RESCNT (RST_BASE + 0x40)
 #define RST_CA53RESCNT (RST_BASE + 0x44)
index ca1b71975b39851b1bd5c7328221262495cac540..000dd51ab7c5dba7703d6ee684bdf367c0e318d9 100644 (file)
@@ -129,7 +129,3 @@ int dram_init_banksize(void)
 #endif
        return 0;
 }
-
-const struct rmobile_sysinfo sysinfo = {
-       CONFIG_RCAR_BOARD_STRING
-};
index 605c9c64b82f55b1e0b82c3b9b1a1f491f6e4d38..805c0c254e7bf24ed4fbd458e36dd42ba2f09c3f 100644 (file)
@@ -12,8 +12,6 @@
 
 #undef DEBUG
 
-#define CONFIG_RCAR_BOARD_STRING "Salvator-X"
-
 #include "rcar-gen3-common.h"
 
 /* SCIF */
index 8f989bbce5ecbd62718684065083429101be18c3..001756c8e4915e40fb9c9359bb00fa05b9a3fa8a 100644 (file)
@@ -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 */