Trivial change just to make it using same code style as other entry point values.
Signed-off-by: Otavio Salvador <[email protected]> --- Changes in v2: - New patch conf/machine/include/imx-base.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b421807..b34c7f8 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -22,8 +22,8 @@ UBOOT_LOADADDRESS_mx53 = "0x70800000" UBOOT_ENTRYPOINT_mx6 = "0x10800000" UBOOT_LOADADDRESS_mx6 = "0x10800000" -UBOOT_ENTRYPOINT_mx6sl = "0X80800000" -UBOOT_LOADADDRESS_mx6sl = "0X80800000" +UBOOT_ENTRYPOINT_mx6sl = "0x80800000" +UBOOT_LOADADDRESS_mx6sl = "0x80800000" PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.11.4" -- 1.8.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
