summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-08-20 13:41:56 -0400
committerTom Rini <trini@konsulko.com>2018-08-20 13:41:56 -0400
commitb71d9e8b3805305ea4116733f515061710ad7081 (patch)
treec7240f83b5f72b156ee29f5f8640dd5b83b2cb71 /board
parent3313e908445f7cd7d362955c9054ddf7615d53ef (diff)
parentd8024074e43c2a99ecf93d919544d82f69025521 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'board')
-rw-r--r--board/sunxi/board.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index 857d5ff010..d1d7f9f400 100644
--- a/board/sunxi/board.c
+++ b/board/sunxi/board.c
@@ -503,7 +503,6 @@ static void mmc_pinmux_setup(int sdc)
int board_mmc_init(bd_t *bis)
{
__maybe_unused struct mmc *mmc0, *mmc1;
- __maybe_unused char buf[512];
mmc_pinmux_setup(CONFIG_MMC_SUNXI_SLOT);
mmc0 = sunxi_mmc_init(CONFIG_MMC_SUNXI_SLOT);
@@ -759,7 +758,6 @@ static void setup_environment(const void *fdt)
int misc_init_r(void)
{
- __maybe_unused int ret;
uint boot;
env_set("fel_booted", NULL);