]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: cssi: Remove usage of common.h
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 6 Nov 2023 18:12:05 +0000 (19:12 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 23:53:09 +0000 (18:53 -0500)
Remove inclusion of common.h and add relevant
includes when necessary.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
board/cssi/cmpc885/cmpc885.c
board/cssi/cmpc885/nand.c
board/cssi/cmpc885/sdram.c
board/cssi/cmpcpro/cmpcpro.c
board/cssi/mcr3000/mcr3000.c
board/cssi/mcr3000/nand.c

index 5e6aa8b8cfa6da89b5edd92eedaa8a06cced819d..e11cfafaa5801f14bb3f068c1105be4a82f13dd0 100644 (file)
@@ -9,7 +9,6 @@
  */
 
 #include <env.h>
-#include <common.h>
 #include <mpc8xx.h>
 #include <asm/cpm_8xx.h>
 #include <asm/io.h>
index 38100046df89041d279b01c8cb8c1222efdf2608..b8989f226b00abf9cb414c154bc76071100077f2 100644 (file)
@@ -7,7 +7,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <nand.h>
 #include <linux/bitops.h>
 #include <linux/mtd/rawnand.h>
index 7349b85ed2ae6ee845f513333e160c3102c25108..11a50c3a52d62a3c5fe3563860c70e910f3b48a0 100644 (file)
@@ -4,13 +4,14 @@
  * Charles Frey <charles.frey@c-s.fr>
  */
 
-#include <common.h>
 #include <linux/sizes.h>
 #include <linux/delay.h>
 #include <init.h>
 #include <asm/io.h>
 #include <mpc8xx.h>
 #include <watchdog.h>
+#include <asm/ppc.h>
+#include <asm/immap_8xx.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 8a30c48e35b6bf1872bea4d0ff2120fba867f322..ef304124564950b77ad23116b4d2d2a4430a87db 100644 (file)
@@ -4,7 +4,6 @@
  */
 
 #include <command.h>
-#include <common.h>
 #include <dm.h>
 #include <env.h>
 #include <env_internal.h>
index 3514f6749014ab0bb004403df31080110bcb2759..8857c9e42c7f1773e6f17f4fdf9b9439f0701a0e 100644 (file)
@@ -7,7 +7,6 @@
  * Board specific routines for the MCR3000 board
  */
 
-#include <common.h>
 #include <env.h>
 #include <hwconfig.h>
 #include <init.h>
index 11aca4ff73638db5102f50129a81e0f4cbcf0269..5b01d30fef184371cbd90962fd6998caa16d0e1e 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include <config.h>
-#include <common.h>
 #include <nand.h>
 #include <linux/mtd/rawnand.h>
 #include <asm/io.h>