mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
configs: am335x_guardian: disable spl command
- disable support for spl command Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210611161350.2141-11-Gireesh.Hiremath@in.bosch.com
This commit is contained in:
parent
25b36ab260
commit
da09ba6f73
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ CONFIG_SPL_NET_VCI_STRING="Guardian U-Boot SPL"
|
|||
CONFIG_SPL_POWER_SUPPORT=y
|
||||
CONFIG_SPL_USB_GADGET=y
|
||||
CONFIG_SPL_USB_ETHER=y
|
||||
CONFIG_CMD_SPL=y
|
||||
# CONFIG_CMD_SPL is not set
|
||||
CONFIG_CMD_SPL_NAND_OFS=0x0
|
||||
CONFIG_CMD_ASKENV=y
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
|
|
Loading…
Reference in a new issue