rockchip: include: configs: Remove dangling comments
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>
This commit is contained in:
parent
d11f0dac30
commit
85db421cdb
8 changed files with 0 additions and 23 deletions
|
@ -12,13 +12,9 @@
|
|||
|
||||
#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" \
|
||||
|
|
|
@ -11,15 +11,10 @@
|
|||
|
||||
#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" \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#define CFG_IRAM_BASE 0xff090000
|
||||
|
||||
/* FAT sd card locations. */
|
||||
#define CFG_SYS_SDRAM_BASE 0
|
||||
#define SDRAM_MAX_SIZE 0xff000000
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
#define CFG_IRAM_BASE 0xff8c0000
|
||||
|
||||
/* FAT sd card locations. */
|
||||
#define CFG_SYS_SDRAM_BASE 0
|
||||
#define SDRAM_MAX_SIZE 0xf8000000
|
||||
|
||||
|
|
|
@ -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) */
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -20,10 +20,4 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue