diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-24 22:46:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-24 22:46:50 -0400 |
commit | 73a555d12aaa10a7d84f1d863d52ed5735ea4fdc (patch) | |
tree | f3ad0bb8de449e0b800cd287526a74dde3ec6381 /board/compulab/cm_fx6/cm_fx6.c | |
parent | 7ca264f045d21cb30de929aca193f89ceca7299b (diff) | |
parent | 7ef5b1e7ed040683ff551f0234c471ce0d76828c (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Diffstat (limited to 'board/compulab/cm_fx6/cm_fx6.c')
-rw-r--r-- | board/compulab/cm_fx6/cm_fx6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c index c114cdccbb..d42f57d4b7 100644 --- a/board/compulab/cm_fx6/cm_fx6.c +++ b/board/compulab/cm_fx6/cm_fx6.c @@ -519,7 +519,7 @@ int cm_fx6_setup_ecspi(void) { return 0; } #ifdef CONFIG_OF_BOARD_SETUP #define USDHC3_PATH "/soc/aips-bus@02100000/usdhc@02198000/" -struct node_info nodes[] = { +static const struct node_info nodes[] = { /* * Both entries target the same flash chip. The st,m25p compatible * is used in the vendor device trees, while upstream uses (the |