diff options
author | Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com> | 2019-10-23 07:40:43 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | 943be15974013a7fdd833cd4efd75705976a9f33 (patch) | |
tree | 1d78c88e7eb1535e04a67a4a4df1db78dc126f0b /configs/mx53cx9020_defconfig | |
parent | dd7e7feb4430accb73a140c9539253ec1e11276b (diff) |
imx: cx9020: use distro boot
We switch from custom boot commands relying on uEnv.txt to distro boot.
This removes the automatic fpga bitstream loading in favor of loading
bitstreams via custom bootscripts (boot.scr) or after booting the
kernel.
Acked-by: Patrick Bruenn <p.bruenn@beckhoff.com>
Signed-off-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Diffstat (limited to 'configs/mx53cx9020_defconfig')
-rw-r--r-- | configs/mx53cx9020_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53cx9020_defconfig b/configs/mx53cx9020_defconfig index e1126c53e1..cccafc5afc 100644 --- a/configs/mx53cx9020_defconfig +++ b/configs/mx53cx9020_defconfig @@ -9,6 +9,7 @@ CONFIG_NR_DRAM_BANKS=2 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/beckhoff/mx53cx9020/imximage.cfg" CONFIG_BOOTDELAY=1 CONFIG_USE_PREBOOT=y +CONFIG_DISTRO_DEFAULTS=y CONFIG_SUPPORT_RAW_INITRD=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y |