summaryrefslogtreecommitdiff
path: root/configs/MPC8349ITXGP_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-26 16:17:30 +1300
committerSimon Glass <sjg@chromium.org>2021-04-06 16:33:19 +1200
commit48f45455bf1955ca1b2ba89bda256af2803a7126 (patch)
tree798d913285fb2c37801ab8cb2ffeb0e723341371 /configs/MPC8349ITXGP_defconfig
parent7570d9bb47be24d9d73518742703f32126af8113 (diff)
downloadu-boot-48f45455bf1955ca1b2ba89bda256af2803a7126.tar.gz
Convert CONFIG_MISC_INIT_F to Kconfig
This converts the following to Kconfig: CONFIG_MISC_INIT_F Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/MPC8349ITXGP_defconfig')
-rw-r--r--configs/MPC8349ITXGP_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8349ITXGP_defconfig b/configs/MPC8349ITXGP_defconfig
index 28e4ebf06f..92f2093bb6 100644
--- a/configs/MPC8349ITXGP_defconfig
+++ b/configs/MPC8349ITXGP_defconfig
@@ -154,6 +154,7 @@ CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0xFE000000"
CONFIG_BOOTDELAY=6
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitxgp:eth0:off console=ttyS0,115200"
+CONFIG_MISC_INIT_F=y
CONFIG_MISC_INIT_R=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="MPC8349E-mITX-GP> "