On Mon, Apr 15, 2013 at 12:24 PM, Daiane Angolini <[email protected]> wrote: > On 04/15/2013 08:51 AM, Otavio Salvador wrote: >> >> Trivial change just to make it using same code style as other entry >> point values. >> >> Signed-off-by: Otavio Salvador <[email protected]> >> --- >> Changes in v3: None >> 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 456bbfb..2cc8b70 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" > > > Are UBOOT_LOADADDRESS already being used? (didn't you remove it somewhere > else?)
It is removed in 9/13 but the fix of format should be done before so we don't mix fixes. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
