]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Kconfig
rockchip: dts: rk3328-evb: add i2c1 and rk805 nodes
[u-boot] / common / spl / Kconfig
index 582b685dad36b9cea6298481d49ceb214e8a5926..0bd8370337bcc5bd5d7d551abee2c49880535a76 100644 (file)
@@ -94,6 +94,7 @@ config SPL_STACK_R
 config SPL_STACK_R_ADDR
        depends on SPL_STACK_R
        hex "SDRAM location for SPL stack"
+       default 0x82000000 if ARCH_OMAP2PLUS
        help
          Specify the address in SDRAM for the SPL stack. This will be set up
          before board_init_r() is called.
@@ -668,6 +669,12 @@ config SPL_DFU_RAM
 
 endchoice
 
+config SPL_USB_SDP_SUPPORT
+       bool "Support SDP (Serial Download Protocol)"
+       help
+         Enable Serial Download Protocol (SDP) device support in SPL. This
+         allows to download images into memory and execute (jump to) them
+         using the same protocol as implemented by the i.MX family's boot ROM.
 endif
 
 config SPL_WATCHDOG_SUPPORT
@@ -690,7 +697,7 @@ config SPL_ATF_SUPPORT
        bool "Support ARM Trusted Firmware"
        depends on ARM64
        help
-         ATF(ARM Trusted Firmware) is a component for ARM arch64 which which
+         ATF(ARM Trusted Firmware) is a component for ARM arch64 which
          is loaded by SPL(which is considered as BL2 in ATF terminology).
          More detail at: https://github.com/ARM-software/arm-trusted-firmware