]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: mediatek: update config headers
authorWeijie Gao <weijie.gao@mediatek.com>
Wed, 19 Jul 2023 09:15:47 +0000 (17:15 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 3 Aug 2023 13:40:49 +0000 (09:40 -0400)
Remove unused information from include/configs/mtxxxx.h

Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
drivers/ram/mediatek/ddr3-mt7629.c
include/configs/mt7620.h
include/configs/mt7621.h
include/configs/mt7623.h
include/configs/mt7628.h
include/configs/mt7629.h

index 1737fdac9707794f06a3fbdefa714db402825629..f65fcf179cf65b4fd58647e6df482ee3aeabbb2f 100644 (file)
@@ -14,6 +14,7 @@
 #include <asm/io.h>
 #include <linux/bitops.h>
 #include <linux/delay.h>
+#include <linux/sizes.h>
 
 /* EMI */
 #define EMI_CONA                       0x000
index d5bd492634844fa419c068e90763769d203eff25..d69d35fa96c169fe851e58e4c237a2cd7c9505f5 100644 (file)
 
 #define CFG_SYS_SDRAM_BASE             0x80000000
 
-#define CFG_SYS_INIT_SP_OFFSET 0x400000
+#define CFG_SYS_INIT_SP_OFFSET         0x400000
 
 /* SPL */
-
 #define CFG_SYS_UBOOT_START            CONFIG_TEXT_BASE
 
 /* Dummy value */
index a9574940d42f8ac844b0e1b89ea01a91f99e0e30..bf2bc2d45c09994409bd6fe52b236d38c76d978d 100644 (file)
 
 #define CFG_MAX_MEM_MAPPED             0x1c000000
 
-#define CFG_SYS_INIT_SP_OFFSET 0x800000
+#define CFG_SYS_INIT_SP_OFFSET         0x800000
 
 /* MMC */
 #define MMC_SUPPORTS_TUNING
 
-/* NAND */
-
 /* Serial SPL */
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
 #define CFG_SYS_NS16550_CLK            50000000
@@ -26,7 +24,7 @@
 #endif
 
 /* Serial common */
-#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
+#define CFG_SYS_BAUDRATE_TABLE         { 9600, 19200, 38400, 57600, 115200, \
                                          230400, 460800, 921600 }
 
 /* Dummy value */
index db12377b004c3644d0c675d228ea67ed3b67f42c..fca234a1dc71a85f4982a49db4f1ab53e30b9ed7 100644 (file)
 
 #include <linux/sizes.h>
 
-/* Miscellaneous configurable options */
-
-/* Environment */
-
-/* Preloader -> Uboot */
-
 /* MMC */
 #define MMC_SUPPORTS_TUNING
 
@@ -32,8 +26,6 @@
        "fdt_addr_r=" FDT_HIGH "\0"                     \
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0"
 
-/* Ethernet */
-
 #ifdef CONFIG_DISTRO_DEFAULTS
 
 #define BOOT_TARGET_DEVICES(func)      \
index 9df2715fc7dc0bbfb8f35b53a5c2d4d0762e4266..0ac376d33ca5d4c1395df30e24d156786c032235 100644 (file)
@@ -10,7 +10,7 @@
 
 #define CFG_SYS_SDRAM_BASE             0x80000000
 
-#define CFG_SYS_INIT_SP_OFFSET 0x80000
+#define CFG_SYS_INIT_SP_OFFSET         0x80000
 
 /* Serial SPL */
 #if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_SERIAL)
 #endif
 
 /* Serial common */
-#define CFG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
+#define CFG_SYS_BAUDRATE_TABLE         { 9600, 19200, 38400, 57600, 115200, \
                                          230400, 460800, 921600 }
 
 /* SPL */
-
 #define CFG_SYS_UBOOT_START            CONFIG_TEXT_BASE
 
 /* Dummy value */
index f6ab486fa292023b38c30549fa152db6c020948c..59cdd22a1c8a3fed3840c464ddac88b368371ff5 100644 (file)
@@ -9,21 +9,10 @@
 #ifndef __MT7629_H
 #define __MT7629_H
 
-#include <linux/sizes.h>
-
-/* Miscellaneous configurable options */
-
-/* Environment */
-
+/* SPL */
 #define CFG_SYS_UBOOT_BASE             (0x30000000 + CONFIG_SPL_PAD_TO)
 
-/* SPL -> Uboot */
-
-/* UBoot -> Kernel */
-
 /* DRAM */
 #define CFG_SYS_SDRAM_BASE             0x40000000
 
-/* Ethernet */
-
 #endif