diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-10-16 04:50:39 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 13:01:27 +0200 |
commit | 6d9b483f371836ec16d9ee4f85bea53eb05307ae (patch) | |
tree | d64c79c541b315dc270f14363a77d4f86d4a6156 /configs | |
parent | 0e5c8ce7342db9c88d59412b184c5e214c88f27c (diff) |
imx: imx8qxp_mek: update to build image in U-Boot
Update README
Add imximage.cfg
Update defconfig to include imximage.cfg
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8qxp_mek_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig index 73e9d93a8f..1588416183 100644 --- a/configs/imx8qxp_mek_defconfig +++ b/configs/imx8qxp_mek_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_IMX8=y CONFIG_SYS_TEXT_BASE=0x80020000 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/imx8qxp_mek/imximage.cfg" CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_IMX8QXP_MEK=y CONFIG_NR_DRAM_BANKS=3 |