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: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Marek Vasut
2018-05-02 11:41:17 +02:00
parent b081454575
commit 3ce88cd7e1
3 changed files with 2 additions and 3 deletions

View File

@@ -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"