Home
last modified time | relevance | path

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

12

/openbmc/u-boot/include/configs/
H A Dbmips_common.h24 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
H A Devb_rk3229.h48 #define CONFIG_SYS_BOOTPARAMS_LEN (64*1024) macro
H A Dlinkit-smart-7688.h34 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
H A Dap121.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
H A Dap143.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
H A Dgardena-smart-gateway-mt7688.h34 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
H A Dtplink_wdr4300.h16 #define CONFIG_SYS_BOOTPARAMS_LEN 0x20000 macro
H A Dqemu-mips.h64 #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 macro
H A Dqemu-mips64.h64 #define CONFIG_SYS_BOOTPARAMS_LEN 128*1024 macro
H A Dci20.h22 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
H A Dmalta.h49 #define CONFIG_SYS_BOOTPARAMS_LEN (128 * 1024) macro
H A Dpic32mzdask.h35 #define CONFIG_SYS_BOOTPARAMS_LEN (4 << 10) macro
H A Damcore.h67 #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) macro
H A DM5249EVB.h96 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A DM5282EVB.h134 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A DM5275EVB.h143 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A Dvct.h35 #define CONFIG_SYS_BOOTPARAMS_LEN (128 << 10) macro
H A Dstmark2.h132 #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) macro
H A DM5208EVBE.h119 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A DM5272C3.h133 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A Dxtfpga.h71 #define CONFIG_SYS_BOOTPARAMS_LEN (64 << 10) macro
H A Dcobra5272.h246 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A DM53017EVB.h137 #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 macro
H A Dastro_mcf5373l.h251 #define CONFIG_SYS_BOOTPARAMS_LEN (64 * 1024) macro
/openbmc/u-boot/common/
H A Dboard_r.c454 #ifdef CONFIG_SYS_BOOTPARAMS_LEN
457 gd->bd->bi_boot_params = (ulong)malloc(CONFIG_SYS_BOOTPARAMS_LEN); in initr_malloc_bootparams()
742 #ifdef CONFIG_SYS_BOOTPARAMS_LEN

12