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:
parent
b081454575
commit
3ce88cd7e1
|
|
@ -469,7 +469,7 @@ int dram_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
const struct rmobile_sysinfo sysinfo = {
|
const struct rmobile_sysinfo sysinfo = {
|
||||||
CONFIG_RMOBILE_BOARD_STRING
|
CONFIG_ARCH_RMOBILE_BOARD_STRING
|
||||||
};
|
};
|
||||||
|
|
||||||
void reset_cpu(ulong addr)
|
void reset_cpu(ulong addr)
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
#define __BLANCHE_H
|
#define __BLANCHE_H
|
||||||
|
|
||||||
#undef DEBUG
|
#undef DEBUG
|
||||||
#define CONFIG_RMOBILE_BOARD_STRING "Blanche"
|
#define CONFIG_ARCH_RMOBILE_BOARD_STRING "Blanche"
|
||||||
|
|
||||||
#include "rcar-gen2-common.h"
|
#include "rcar-gen2-common.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1674,7 +1674,6 @@ CONFIG_REVISION_TAG
|
||||||
CONFIG_RFSPART
|
CONFIG_RFSPART
|
||||||
CONFIG_RIO
|
CONFIG_RIO
|
||||||
CONFIG_RMII
|
CONFIG_RMII
|
||||||
CONFIG_RMOBILE_BOARD_STRING
|
|
||||||
CONFIG_RMSTP0_ENA
|
CONFIG_RMSTP0_ENA
|
||||||
CONFIG_RMSTP10_ENA
|
CONFIG_RMSTP10_ENA
|
||||||
CONFIG_RMSTP11_ENA
|
CONFIG_RMSTP11_ENA
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue