diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 11:51:46 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 11:51:56 +0200 |
commit | 699e831e158a5846778d8bd6af054d4276277cb6 (patch) | |
tree | 35ead80d7e0d5f69c9b1d46ae7342771a2fd0961 /board/renesas/stout | |
parent | 83a64bebe4204d57f6f024f9a31f364c13f4b93e (diff) | |
download | u-boot-699e831e158a5846778d8bd6af054d4276277cb6.zip u-boot-699e831e158a5846778d8bd6af054d4276277cb6.tar.gz u-boot-699e831e158a5846778d8bd6af054d4276277cb6.tar.bz2 |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/stout')
-rw-r--r-- | board/renesas/stout/stout.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/renesas/stout/stout.c b/board/renesas/stout/stout.c index 192ee66..c40daf5 100644 --- a/board/renesas/stout/stout.c +++ b/board/renesas/stout/stout.c @@ -125,10 +125,6 @@ int board_phy_config(struct phy_device *phydev) return 0; } -const struct rmobile_sysinfo sysinfo = { - CONFIG_ARCH_RMOBILE_BOARD_STRING -}; - enum env_location env_get_location(enum env_operation op, int prio) { const u32 load_magic = 0xb33fc0de; |