summaryrefslogtreecommitdiff
path: root/board/atmark-techno
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2015-10-10 05:58:28 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2016-08-17 10:25:34 +0900
commit1cc95f6e1b38e96dfbb5ffb9aec211b1d0a88135 (patch)
tree4fa7d9cc14f29f62aca55de96fc06157e2b24ba3 /board/atmark-techno
parent7a7d246d97bc66e01bf030b0503b14f78f08629d (diff)
ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILE
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/atmark-techno')
-rw-r--r--board/atmark-techno/armadillo-800eva/armadillo-800eva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
index 0e9c22296a..28e61116a3 100644
--- a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
+++ b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
@@ -315,7 +315,7 @@ int dram_init(void)
}
const struct rmobile_sysinfo sysinfo = {
- CONFIG_RMOBILE_BOARD_STRING
+ CONFIG_ARCH_RMOBILE_BOARD_STRING
};
int board_late_init(void)