diff options
| author | Tom Rini <[email protected]> | 2022-02-25 11:19:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 16:51:20 -0500 |
| commit | fdfb17b1f593d1c579c4f65cfbe9fc53011d3cdc (patch) | |
| tree | 3c952c3b7d245e8542c17d27f872371d957a2e4c /configs/P1020RDB-PC_NAND_defconfig | |
| parent | 6d21dd313b5d7baf0d125344de4e997a0341f348 (diff) | |
Convert CONFIG_BOOTFILE to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTFILE
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/P1020RDB-PC_NAND_defconfig')
| -rw-r--r-- | configs/P1020RDB-PC_NAND_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig index 0201c51a5d0..965eb7d2a11 100644 --- a/configs/P1020RDB-PC_NAND_defconfig +++ b/configs/P1020RDB-PC_NAND_defconfig @@ -52,6 +52,8 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_NAND=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_USE_BOOTFILE=y +CONFIG_BOOTFILE="uImage" CONFIG_DM=y CONFIG_DDR_CLK_FREQ=66666666 CONFIG_SYS_BR0_PRELIM_BOOL=y |
