mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 14:20:07 +01:00
:u-boot: some cleaning
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
This commit is contained in:
@@ -82,4 +82,5 @@ SRC_URI_append = " \
|
||||
file://0080-Add-ddr_init-return-handling.patch \
|
||||
file://0081-spl-Enable-Kingston-DRAM-support.patch \
|
||||
file://082-Add-show_suite-function.patch \
|
||||
file://0083-Clean-debug-printout.patch \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
From de4eab81e80371628808e025d9942589ff394c08 Mon Sep 17 00:00:00 2001
|
||||
From: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
Date: Sat, 29 Aug 2020 22:37:39 +0300
|
||||
Subject: [PATCH 83/83] Clean debug printout
|
||||
|
||||
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
|
||||
---
|
||||
board/compulab/common/eeprom.c | 2 +-
|
||||
board/compulab/plat/imx8mm/board/board.c | 1 -
|
||||
2 files changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/board/compulab/common/eeprom.c b/board/compulab/common/eeprom.c
|
||||
index 46363c0707..ebcafac04b 100644
|
||||
--- a/board/compulab/common/eeprom.c
|
||||
+++ b/board/compulab/common/eeprom.c
|
||||
@@ -260,7 +260,7 @@ static int cl_eeprom_read_product_name(char *buf, const struct eeprom_path *eepr
|
||||
void cl_eeprom_get_suite(char *buf)
|
||||
{
|
||||
buf += cl_eeprom_read_product_name(buf, &eeprom_som);
|
||||
- buf += sprintf(buf, " @ ");
|
||||
+ buf += sprintf(buf, " on ");
|
||||
buf += cl_eeprom_read_product_name(buf, &eeprom_sb);
|
||||
}
|
||||
|
||||
diff --git a/board/compulab/plat/imx8mm/board/board.c b/board/compulab/plat/imx8mm/board/board.c
|
||||
index 580322d7a7..3cf689e2d6 100644
|
||||
--- a/board/compulab/plat/imx8mm/board/board.c
|
||||
+++ b/board/compulab/plat/imx8mm/board/board.c
|
||||
@@ -72,7 +72,6 @@ int dram_init(void)
|
||||
phys_size_t sdram_size;
|
||||
int ret;
|
||||
ret = board_phys_sdram_size(&sdram_size);
|
||||
- printf("%s: size %llu\n", __func__, sdram_size);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
--
|
||||
2.11.0
|
||||
|
||||
Reference in New Issue
Block a user