Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_BOOTPARAMS_LEN (Results 1 – 25 of 37) sorted by relevance

12

/third_party/uboot/u-boot-2020.01/include/configs/
Dbmips_common.h22 #define CONFIG_SYS_BOOTPARAMS_LEN SZ_128K macro
Dgardena-smart-gateway-mt7688.h34 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
Dlinkit-smart-7688.h34 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
Dap121.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
Dap143.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
Dap152.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
Dtplink_wdr4300.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
Dqemu-mips64.h64 #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 macro
Dqemu-mips.h64 #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 macro
Dci20.h22 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
Dmalta.h49 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
Dpic32mzdask.h35 #define CONFIG_SYS_BOOTPARAMS_LEN (4 << 10) macro
Damcore.h65 #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) macro
DM5249EVB.h91 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
Dstmark2.h121 #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) macro
DM5275EVB.h136 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
DM5272C3.h126 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
DM5282EVB.h132 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
DM5208EVBE.h119 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
Dcobra5272.h238 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
DM5235EVB.h127 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
DM53017EVB.h137 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
Dxtfpga.h71 #define CONFIG_SYS_BOOTPARAMS_LEN (64 << 10) macro
DM5329EVB.h131 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
/third_party/uboot/u-boot-2020.01/common/
Dboard_r.c524 #ifdef CONFIG_SYS_BOOTPARAMS_LEN
527 gd->bd->bi_boot_params = (ulong)malloc(CONFIG_SYS_BOOTPARAMS_LEN); in initr_malloc_bootparams()
829 #ifdef CONFIG_SYS_BOOTPARAMS_LEN

12