aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLeonard Anderweit2024-03-12 15:30:30 +0100
committerFabio Estevam2024-03-17 18:39:21 -0300
commit46b0ae4408dce385aa65de35ade4c785f5162c5a (patch)
tree1dd18ad35dc0beca8589e161e6156299f4eb9b22 /configs
parentb30d7bc19987856b9d733e0af3ca65397d20deda (diff)
phycore_imx8mp: Move default bootcmd to board env
Move the default bootcmd from the defconfig to the board environment. No change in functionality. Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de> Tested-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/phycore-imx8mp_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig
index b3a7bbd79bb..fd492eba3c1 100644
--- a/configs/phycore-imx8mp_defconfig
+++ b/configs/phycore-imx8mp_defconfig
@@ -25,8 +25,6 @@ CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_SPL_LOAD_FIT=y
CONFIG_OF_SYSTEM_SETUP=y
-CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="if test ${dofastboot} = 1; then fastboot 0; fi; mmc dev ${mmcdev}; if mmc rescan; then if run loadimage; then run mmcboot; else run netboot; fi; fi;"
CONFIG_DEFAULT_FDT_FILE="oftree"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2074