On Sat, Jul 11, 2015 at 11:46 AM, Lauren Post <[email protected]> wrote: > Support ldo-bypass mode on imx6sx-sdb board by default and > add ldo-enable dts file. > > Signed-off-by: Lauren Post <[email protected]> > --- > conf/machine/imx6sxsabresd.conf | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf > index 62e3afb..bbd6cdc 100644 > --- a/conf/machine/imx6sxsabresd.conf > +++ b/conf/machine/imx6sxsabresd.conf > @@ -9,11 +9,9 @@ require conf/machine/include/imx6sabresd-common.inc > SOC_FAMILY = "mx6:mx6sx" > > KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \ > - imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb \ > + imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb > imx6sx-sdb-ldo.dtb \ > imx6sx-sdb-reva-ldo.dtb imx6sx-sdb-reva.dtb" > > -UBOOT_ENTRYPOINT = "0x80008000" > -
Please, include in commit log you are taking this oportunity to remove UBOOT_ENTRYPOINT as it is already included by imx-base.inc. Otherwise it looks like UBOOT_ENTRYPOINT is related to LDO Bypass somehow. I assume it's OK to make those 2 changes in one patch, but maybe a split is needed. Daiane > UBOOT_CONFIG ??= "sd" > UBOOT_CONFIG[sd] = "mx6sxsabresd_config,sdcard" > UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard" > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
