]> git.baikalelectronics.ru Git - uboot.git/commit
tools: imx8image: set dcd_skip to true
authorPeng Fan <peng.fan@nxp.com>
Sat, 15 Dec 2018 12:19:58 +0000 (12:19 +0000)
committerStefano Babic <sbabic@denx.de>
Wed, 9 Jan 2019 16:04:34 +0000 (17:04 +0100)
commit8accf5faae3458c930c975bac64f4609e5ad1b8c
treec8b7f2c6ddecdc65d62eb8009ece5c810608ba2a
parent1af6d2b48c38b3a2d72dfec90565d397efff0276
tools: imx8image: set dcd_skip to true

To B0[+] chips, dcd_skip needs to be true. For A0 chip, it needs
to be false, however A0 chip is no longer being supported anymore.
Considering we are moving code from imx-mkimage to uboot mkimage,
to make sure we not introduce some surprise, we still keep dcd_skip
code there.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c