Re: [PATCH v2 04/35] common: Drop checkflash() and checkdram()

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:41AM -0700, Simon Glass wrote: > These functions are not used in U-Boot. Drop them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 04/35] common: Drop checkflash() and checkdram()

2019-12-28 Thread Simon Glass
These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass --- Changes in v2: None include/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/common.h b/include/common.h index b5fccdbcff..4f3536f299 100644 --- a/include/common.h +++ b/include/common.h @@ -