diff options
author | Parthiban Nallathambi <pn@denx.de> | 2019-08-23 18:19:48 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-10-08 16:36:37 +0200 |
commit | a919b6ba371b5dbc47e761ab965d638b0d624641 (patch) | |
tree | c45c1f440efc55557e364127481a17a2a4b0917a /configs/phycore_pcl063_defconfig | |
parent | d73c520327b2ae337efc0d557fd45a1b7010da17 (diff) |
imx: pcl063: add nand boot support
Booting from NAND needs nandbcb and nand boot device selection
Signed-off-by: Parthiban Nallathambi <pn@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/phycore_pcl063_defconfig')
-rw-r--r-- | configs/phycore_pcl063_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_pcl063_defconfig b/configs/phycore_pcl063_defconfig index be16f484d5..4fdcf67efe 100644 --- a/configs/phycore_pcl063_defconfig +++ b/configs/phycore_pcl063_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_MTD=y CONFIG_CMD_USB=y CONFIG_CMD_USB_SDP=y CONFIG_CMD_CACHE=y +CONFIG_CMD_NANDBCB=y CONFIG_MTDIDS_DEFAULT="nand0=gpmi-nand" CONFIG_MTDPARTS_DEFAULT="gpmi-nand:4m(uboot),1m(env),-(root)" CONFIG_CMD_UBI=y |