summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-ppc.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:25 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commitf9cbcd440b8856d07d7bfd9d4a2df7c6a41fbc57 (patch)
treec72082528b358fcf9325ca7f59c7cee3cb409e4b /conf/machine/include/qoriq-ppc.inc
parentb76572cbc4b106212b46af78a246cd3826302128 (diff)
downloadmeta-freescale-f9cbcd440b8856d07d7bfd9d4a2df7c6a41fbc57.tar.gz
qoriq-ppc.inc: rm UBOOT_ENTRYPOINT setting
qoriq ppc boards don't need this variable being set. Signed-off-by: Ting Liu <ting.liu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-ppc.inc')
-rw-r--r--conf/machine/include/qoriq-ppc.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
index ed818864..54ab6e30 100644
--- a/conf/machine/include/qoriq-ppc.inc
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -1,7 +1,5 @@
1# Provides the common settings for QorIQ PPC 1# Provides the common settings for QorIQ PPC
2 2
3UBOOT_ENTRYPOINT = "0x80008000"
4
5SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" 3SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
6SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" 4SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
7 5