summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorDaniel Palmer <daniel@0x0f.com>2020-10-18 20:05:35 +0900
committerDaniel Palmer <daniel@0x0f.com>2020-10-18 20:05:35 +0900
commit3eb0c91c6ed1c66cf138b0dc954dd3d086198f87 (patch)
tree5590da47b1497436bae17a1f4ce0687a99fd5eba /board
parentc25a63fd0b20fb1da5262fb09181adc8e0cbeb22 (diff)
More fixing
Diffstat (limited to 'board')
-rw-r--r--board/olimex/am335x_som/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/olimex/am335x_som/board.c b/board/olimex/am335x_som/board.c
index 6847757f3c..5413cca6b4 100644
--- a/board/olimex/am335x_som/board.c
+++ b/board/olimex/am335x_som/board.c
@@ -164,7 +164,6 @@ int ft_board_setup(void *fdt, struct bd_info *bd)
int board_fit_config_name_match(const char *name)
{
- printf("here!\n");
if (!strcmp(name, "olimex,am335x_som"))
return 0;