OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_SYS_BOOTPARAMS_LEN
(Results
1 - 25
of
36
) sorted by null
1
2
/external/u-boot/include/configs/
bmips_common.h
20
#define
CONFIG_SYS_BOOTPARAMS_LEN
(128 * 1024)
evb_rk3229.h
48
#define
CONFIG_SYS_BOOTPARAMS_LEN
(64*1024)
ap121.h
16
#define
CONFIG_SYS_BOOTPARAMS_LEN
0x20000
ap143.h
16
#define
CONFIG_SYS_BOOTPARAMS_LEN
0x20000
tplink_wdr4300.h
16
#define
CONFIG_SYS_BOOTPARAMS_LEN
0x20000
malta.h
51
#define
CONFIG_SYS_BOOTPARAMS_LEN
(128 * 1024)
pb1x00.h
48
#define
CONFIG_SYS_BOOTPARAMS_LEN
128*1024
pic32mzdask.h
38
#define
CONFIG_SYS_BOOTPARAMS_LEN
(4 << 10)
qemu-mips.h
66
#define
CONFIG_SYS_BOOTPARAMS_LEN
128*1024
qemu-mips64.h
66
#define
CONFIG_SYS_BOOTPARAMS_LEN
128*1024
amcore.h
70
#define
CONFIG_SYS_BOOTPARAMS_LEN
(64 * 1024)
dbau1x00.h
70
#define
CONFIG_SYS_BOOTPARAMS_LEN
128*1024
M5208EVBE.h
120
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
M5235EVB.h
128
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
M5249EVB.h
96
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
M5253EVBE.h
107
#define
CONFIG_SYS_BOOTPARAMS_LEN
(64*1024)
M5272C3.h
134
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
M5275EVB.h
144
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
M5282EVB.h
135
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
cobra5272.h
247
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
stmark2.h
138
#define
CONFIG_SYS_BOOTPARAMS_LEN
(64 * 1024)
vct.h
35
#define
CONFIG_SYS_BOOTPARAMS_LEN
(128 << 10)
M5253DEMO.h
140
#define
CONFIG_SYS_BOOTPARAMS_LEN
(64*1024)
M53017EVB.h
138
#define
CONFIG_SYS_BOOTPARAMS_LEN
64*1024
/external/u-boot/common/
board_r.c
468
#ifdef
CONFIG_SYS_BOOTPARAMS_LEN
471
gd->bd->bi_boot_params = (ulong)malloc(
CONFIG_SYS_BOOTPARAMS_LEN
);
760
#ifdef
CONFIG_SYS_BOOTPARAMS_LEN
Completed in 1730 milliseconds
1
2