]> git.baikalelectronics.ru Git - uboot.git/commitdiff
rockchip: include: configs: Remove dangling comments
authorJonas Karlman <jonas@kwiboo.se>
Tue, 14 Mar 2023 00:38:34 +0000 (00:38 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 19 Mar 2023 05:20:21 +0000 (13:20 +0800)
This removes dangling comments that no longer serve a purpose and has
been left after conversion of defines to Kconfig option.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3128_common.h
include/configs/rk3188_common.h
include/configs/rk3288_common.h
include/configs/rk3328_common.h
include/configs/rk3399_common.h
include/configs/rockchip-common.h
include/configs/rv1108_common.h
include/configs/vyasa-rk3288.h

index 8aa17bfbd3646b1e66d8038f2ef8c3740a6d5167..8736b14d10151a2b8bb86cc6de2d0cc2fff03399 100644 (file)
 
 #define CFG_IRAM_BASE          0x10080000
 
-/* RAW SD card / eMMC locations. */
-
 #define CFG_SYS_SDRAM_BASE             0x60000000
 #define SDRAM_MAX_SIZE                 0x80000000
 
-/* usb mass storage */
-
 #define ENV_MEM_LAYOUT_SETTINGS \
        "scriptaddr=0x60500000\0" \
        "pxefile_addr_r=0x60600000\0" \
index ac9195672fb7f8103b54b6d5d46ca8a6b40d0615..ebb421c692974827b0839c9b4c8d3d1c62e2392a 100644 (file)
 
 #define CFG_IRAM_BASE  0x10080000
 
-/* spl size 32kb sram - 2kb bootrom */
-
 #define CFG_SYS_SDRAM_BASE             0x60000000
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 #define SDRAM_MAX_SIZE                 0x80000000
 
-/* usb otg */
-
-/* usb host support */
 #define ENV_MEM_LAYOUT_SETTINGS \
        "scriptaddr=0x60000000\0" \
        "pxefile_addr_r=0x60100000\0" \
index 5f29432be10b27db4cc43b8e178200230f1596ef..fa409c70c9310c3477add13724e14f3b5f479d4c 100644 (file)
@@ -13,8 +13,6 @@
 
 #define CFG_IRAM_BASE          0xff700000
 
-/* RAW SD card / eMMC locations. */
-
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_BANK_SIZE                        (2UL << 30)
 #define SDRAM_MAX_SIZE                 0xfe000000
index 24b21c024deee90879892ce366017a7aff6ada86..e565ccff8979d299638f097bdf04ad27a77adedb 100644 (file)
@@ -10,7 +10,6 @@
 
 #define CFG_IRAM_BASE          0xff090000
 
-/* FAT sd card locations. */
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xff000000
 
index 3ef9ffa2e9c4a7068a092d847ea3bcd8b364058f..04dcbf20bcb527478d8439a44a4fdda6d522e9fb 100644 (file)
@@ -10,7 +10,6 @@
 
 #define CFG_IRAM_BASE          0xff8c0000
 
-/* FAT sd card locations. */
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xf8000000
 
index b7c5c6634394a27cf0b41e6df8595ae521fdbd63..18544d75acc68ff1952b2917133048b8cd261ba9 100644 (file)
@@ -11,8 +11,6 @@
 #define CFG_CPUID_OFFSET       0x7
 #endif
 
-/* ((CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR - 64) * 512) */
-
 #ifndef CONFIG_SPL_BUILD
 
 /* First try to boot from SD (index 1), then eMMC (index 0) */
index 63551b47e200d4bf1db22d34bcbcdaccaf85858e..050d37bff0b569184f838f70afc1347a494cd5ee 100644 (file)
@@ -17,8 +17,6 @@
 
 #define CFG_SYS_SDRAM_BASE             0x60000000
 
-/* rockchip ohci host driver */
-
 #define ENV_MEM_LAYOUT_SETTINGS \
        "scriptaddr=0x60000000\0" \
        "fdt_addr_r=0x61f00000\0" \
index e8c1013a71a35e7e862388e237941b0de16c4ca8..81ff61bf7a6aff92eac1b6a87d2c93485cba7012 100644 (file)
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 1) \
 
-#ifndef CONFIG_TPL_BUILD
-/* Falcon Mode */
-
-/* Falcon Mode - MMC support: args@16MB kernel@17MB */
-#endif
-
 #endif