diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-21 00:55:53 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-21 00:55:53 (GMT) |
commit | dec303063861ee8d990da162ad4402e70a570d67 (patch) | |
tree | b96ea6f86728a5f72b698abd963c2cdbcc42f8b1 /configs/mx6sabresd_spl_defconfig | |
parent | 995eab8b5b580b67394312b1621c60a71042cd18 (diff) | |
download | u-boot-fsl-qoriq-dec303063861ee8d990da162ad4402e70a570d67.tar.xz |
mx6saberesd_spl: Correct falcon mode addition
When falcon mode support was added, it was right around when SPL_OS_BOOT
was migrated to Kconfig. So first we must move the enablement to the
defconfig file. Next, it turned off EXT support rather than add the
information to allow for falcon mode from EXT. Add this information so
that the board compiles after 5d28b930f237.
Fixes: d96796ca23b2 ("mx6sabresd: Add Falcon mode support")
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx6sabresd_spl_defconfig')
-rw-r--r-- | configs/mx6sabresd_spl_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sabresd_spl_defconfig b/configs/mx6sabresd_spl_defconfig index bb72615..a488979 100644 --- a/configs/mx6sabresd_spl_defconfig +++ b/configs/mx6sabresd_spl_defconfig @@ -17,6 +17,7 @@ CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_SPL=y +CONFIG_SPL_OS_BOOT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |