Merge branch 'master' of git://git.denx.de/u-boot-usb
[oweals/u-boot.git] / drivers / fastboot / Kconfig
index bc25ea1d9c7ac8452c2a2b894d91e90dff23be13..d63ecdd27e4bb6d3a6187c3b36c8e3180889112f 100644 (file)
@@ -35,6 +35,7 @@ config FASTBOOT_BUF_ADDR
                                ROCKCHIP_RK3399
        default 0x280000 if ROCKCHIP_RK3368
        default 0x100000 if ARCH_ZYNQMP
+       default 0 if SANDBOX
        help
          The fastboot protocol requires a large memory buffer for
          downloads. Define this to the starting RAM address to use for
@@ -45,6 +46,7 @@ config FASTBOOT_BUF_SIZE
        default 0x8000000 if ARCH_ROCKCHIP
        default 0x6000000 if ARCH_ZYNQMP
        default 0x2000000 if ARCH_SUNXI
+       default 0x8192 if SANDBOX
        default 0x7000000
        help
          The fastboot protocol requires a large memory buffer for