|
@@ -35,6 +35,7 @@ config FASTBOOT_BUF_ADDR
|
35
|
35
|
ROCKCHIP_RK3399
|
36
|
36
|
default 0x280000 if ROCKCHIP_RK3368
|
37
|
37
|
default 0x100000 if ARCH_ZYNQMP
|
|
38
|
+ default 0 if SANDBOX
|
38
|
39
|
help
|
39
|
40
|
The fastboot protocol requires a large memory buffer for
|
40
|
41
|
downloads. Define this to the starting RAM address to use for
|
|
@@ -45,6 +46,7 @@ config FASTBOOT_BUF_SIZE
|
45
|
46
|
default 0x8000000 if ARCH_ROCKCHIP
|
46
|
47
|
default 0x6000000 if ARCH_ZYNQMP
|
47
|
48
|
default 0x2000000 if ARCH_SUNXI
|
|
49
|
+ default 0x8192 if SANDBOX
|
48
|
50
|
default 0x7000000
|
49
|
51
|
help
|
50
|
52
|
The fastboot protocol requires a large memory buffer for
|