diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:25 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | f9cbcd440b8856d07d7bfd9d4a2df7c6a41fbc57 (patch) | |
tree | c72082528b358fcf9325ca7f59c7cee3cb409e4b /conf | |
parent | b76572cbc4b106212b46af78a246cd3826302128 (diff) | |
download | meta-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')
-rw-r--r-- | conf/machine/include/qoriq-ppc.inc | 2 |
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 | ||
3 | UBOOT_ENTRYPOINT = "0x80008000" | ||
4 | |||
5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | 3 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" |
6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" | 4 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
7 | 5 | ||