Skip to content
Snippets Groups Projects
Commit 3ce88cd7 authored by Marek Vasut's avatar Marek Vasut
Browse files

ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRING


Rename CONFIG_RMOBILE_BOARD_STRING to CONFIG_ARCH_RMOBILE_BOARD_STRING
to make things consistent, no functional change.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent b0814545
No related branches found
No related tags found
No related merge requests found
......@@ -469,7 +469,7 @@ int dram_init(void)
}
const struct rmobile_sysinfo sysinfo = {
CONFIG_RMOBILE_BOARD_STRING
CONFIG_ARCH_RMOBILE_BOARD_STRING
};
void reset_cpu(ulong addr)
......
......@@ -11,7 +11,7 @@
#define __BLANCHE_H
#undef DEBUG
#define CONFIG_RMOBILE_BOARD_STRING "Blanche"
#define CONFIG_ARCH_RMOBILE_BOARD_STRING "Blanche"
#include "rcar-gen2-common.h"
......
......@@ -1674,7 +1674,6 @@ CONFIG_REVISION_TAG
CONFIG_RFSPART
CONFIG_RIO
CONFIG_RMII
CONFIG_RMOBILE_BOARD_STRING
CONFIG_RMSTP0_ENA
CONFIG_RMSTP10_ENA
CONFIG_RMSTP11_ENA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment