• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン45a121885ff063fb7299a92990695fb2142857ba (tree)
日時2022-07-26 02:02:03
作者Pali Rohár <pali@kern...>
コミッターTom Rini

ログメッセージ

Nokia RX-51: Remove CONFIG_PREBOOT from defconfig

CONFIG_PREBOOT just cause putting "preboot=CONFIG_PREBOOT" into env list.
Value CONFIG_PREBOOT="run preboot" in defconfig is just nonsense and does
not do anything useful (it is infinite recursion). Config file for this
board already contains default preboot= env variable with correct value,
which has higher priority than CONFIG_PREBOOT and this is reason why
nonsense CONFIG_PREBOOT is ignored.

Remove nonsense and unused CONFIG_PREBOOT from nokia_rx51_defconfig file.

Signed-off-by: Pali Rohár <pali@kernel.org>

変更サマリ

差分

--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -24,7 +24,6 @@ CONFIG_AUTOBOOT_MENU_SHOW=y
2424 CONFIG_USE_BOOTCOMMAND=y
2525 CONFIG_BOOTCOMMAND="run sdboot;run emmcboot;run attachboot;echo"
2626 CONFIG_USE_PREBOOT=y
27-CONFIG_PREBOOT="run preboot"
2827 # CONFIG_SYS_DEVICE_NULLDEV is not set
2928 CONFIG_HUSH_PARSER=y
3029 CONFIG_SYS_PROMPT="Nokia RX-51 # "