diff options
author | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 20:05:35 +0900 |
---|---|---|
committer | Daniel Palmer <daniel@0x0f.com> | 2020-10-18 20:05:35 +0900 |
commit | 3eb0c91c6ed1c66cf138b0dc954dd3d086198f87 (patch) | |
tree | 5590da47b1497436bae17a1f4ce0687a99fd5eba /board/olimex/am335x_som/board.c | |
parent | c25a63fd0b20fb1da5262fb09181adc8e0cbeb22 (diff) |
More fixing
Diffstat (limited to 'board/olimex/am335x_som/board.c')
-rw-r--r-- | board/olimex/am335x_som/board.c | 1 |
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; |