diff options
author | Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com> | 2021-06-11 16:13:42 +0000 |
---|---|---|
committer | Lokesh Vutla <lokeshvutla@ti.com> | 2021-07-15 17:56:03 +0530 |
commit | da09ba6f733cf252fd0c366b4cbe9803f14155ef (patch) | |
tree | 9db5e2fc098f2ea5c6e8eec8abf387c03255ec9a /configs/am335x_guardian_defconfig | |
parent | 25b36ab2604757871450d88fee1b4ec9bbe516cb (diff) | |
download | u-boot-da09ba6f733cf252fd0c366b4cbe9803f14155ef.tar.gz |
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
Diffstat (limited to 'configs/am335x_guardian_defconfig')
-rw-r--r-- | configs/am335x_guardian_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am335x_guardian_defconfig b/configs/am335x_guardian_defconfig index c072b7d812..f8d3966e54 100644 --- a/configs/am335x_guardian_defconfig +++ b/configs/am335x_guardian_defconfig @@ -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 |