diff options
| author | Stefan Agner <[email protected]> | 2019-03-25 17:25:08 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-04-13 20:30:09 +0200 |
| commit | f5febed1255b8ca29bc9cf77a114e6981459c379 (patch) | |
| tree | 7e414e3ed4a3a761735019aeac2442ba8a2c2eb1 | |
| parent | 389d680f9b45c04fee72ce069451d7908974a2bc (diff) | |
config: colibri_vf: enable mtd partitions via dt
Use device tree to set MTD partitions of the NAND chip.
Signed-off-by: Stefan Agner <[email protected]>
Acked-by: Marcel Ziswiler <[email protected]>
Reviewed-by: Igor Opaniuk <[email protected]>
| -rw-r--r-- | configs/colibri_vf_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index 344fe772340..8f6cceca7fd 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig @@ -91,4 +91,5 @@ CONFIG_VIDEO_FSL_DCU_FB=y CONFIG_VIDEO=y CONFIG_SYS_CONSOLE_FG_COL=0x00 CONFIG_OF_LIBFDT_OVERLAY=y +CONFIG_FDT_FIXUP_PARTITIONS=y # CONFIG_EFI_UNICODE_CAPITALIZATION is not set |
