Acked-by: Chase Maupin <[email protected]>
>-----Original Message----- >From: [email protected] [mailto:meta-arago- >[email protected]] On Behalf Of Denys Dmytriyenko >Sent: Tuesday, November 12, 2013 1:39 PM >To: [email protected] >Subject: [meta-arago] [PATCH] arago-arm*: update with required >KERNEL_IMAGETYPE and UBOOT_LOADADDR vars > >From: Denys Dmytriyenko <[email protected]> > >Signed-off-by: Denys Dmytriyenko <[email protected]> >--- > meta-arago-distro/conf/machine/arago-armv5.conf | 3 +++ > meta-arago-distro/conf/machine/arago-armv7.conf | 3 +++ > 2 files changed, 6 insertions(+) > >diff --git a/meta-arago-distro/conf/machine/arago-armv5.conf >b/meta-arago-distro/conf/machine/arago-armv5.conf >index 65d9993..e5eea16 100644 >--- a/meta-arago-distro/conf/machine/arago-armv5.conf >+++ b/meta-arago-distro/conf/machine/arago-armv5.conf >@@ -7,6 +7,9 @@ include conf/machine/include/tune-arm926ejs.inc > > IMAGE_FSTYPES = "tar.gz" > >+KERNEL_IMAGETYPE = "zImage" >+UBOOT_LOADADDRESS = "0" >+ > SERIAL_CONSOLE = "" > SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 >115200;ttyO0 115200;ttyO1 115200;ttyO2" > SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" >diff --git a/meta-arago-distro/conf/machine/arago-armv7.conf >b/meta-arago-distro/conf/machine/arago-armv7.conf >index 1964dd3..4b8aa38 100644 >--- a/meta-arago-distro/conf/machine/arago-armv7.conf >+++ b/meta-arago-distro/conf/machine/arago-armv7.conf >@@ -7,6 +7,9 @@ include conf/machine/include/tune-cortexa8.inc > > IMAGE_FSTYPES = "tar.gz" > >+KERNEL_IMAGETYPE = "zImage" >+UBOOT_LOADADDRESS = "0" >+ > SERIAL_CONSOLE = "" > SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2 >115200;ttyO0 115200;ttyO1 115200;ttyO2" > SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" >-- >1.8.3.2 > >_______________________________________________ >meta-arago mailing list >[email protected] >http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
