diff options
author | Svyatoslav Ryhel <clamor95@gmail.com> | 2024-06-27 18:31:41 +0300 |
---|---|---|
committer | Svyatoslav Ryhel <clamor95@gmail.com> | 2024-07-05 09:01:37 +0300 |
commit | 89e5c9a16754daa820154daef5c595decdaf6da6 (patch) | |
tree | 71ba944d659b1ab72833d471fdc1bd97a1dd5447 | |
parent | ef35fffabdb951238d8cf04f997bcf17bc40f9c6 (diff) |
configs: transformer: simplify boot command
Drop boot device sequence re-definition since now it is default.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
-rw-r--r-- | configs/transformer_t30_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/transformer_t30_defconfig b/configs/transformer_t30_defconfig index 11a552d9b0d..1ebdb31acfc 100644 --- a/configs/transformer_t30_defconfig +++ b/configs/transformer_t30_defconfig @@ -20,7 +20,7 @@ CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_KEYED_CTRLC=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_SYSTEM_SETUP=y -CONFIG_BOOTCOMMAND="setenv boot_targets usb mmc1 mmc0; bootflow scan; poweroff" +CONFIG_BOOTCOMMAND="bootflow scan; poweroff" CONFIG_SYS_PBSIZE=2084 CONFIG_SPL_FOOTPRINT_LIMIT=y CONFIG_SPL_MAX_FOOTPRINT=0x8000 |