]> Git Repo - J-u-boot.git/blobdiff - common/flash.c
common: spl: spl: Init DRAM size in R5/A53 SPL
[J-u-boot.git] / common / flash.c
index f939c2f9e9545250e18e11f23509a95db162b98b..24ddc8bee72423bd1a6e3c5d3062757fec22aa54 100644 (file)
@@ -6,15 +6,13 @@
 
 /* #define DEBUG */
 
-#include <common.h>
 #include <flash.h>
 #include <log.h>
 #include <uuid.h>
+#include <linux/string.h>
 
 #include <mtd/cfi_flash.h>
 
-extern flash_info_t  flash_info[]; /* info for FLASH chips */
-
 /*-----------------------------------------------------------------------
  * Functions
  */
This page took 0.026478 seconds and 4 git commands to generate.