mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx-bootlets: add imx233-olinuxino-maxi machine ID
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
9495196570
commit
2a07733502
|
@ -0,0 +1,19 @@
|
||||||
|
mx23/platform: set machine ID
|
||||||
|
|
||||||
|
Upstream-Status: Inappropriate [configuration]
|
||||||
|
|
||||||
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
||||||
|
|
||||||
|
diff --git a/linux_prep/include/mx23/platform.h b/linux_prep/include/mx23/platform.h
|
||||||
|
index ed58d79..3cbe2eb 100644
|
||||||
|
--- a/linux_prep/include/mx23/platform.h
|
||||||
|
+++ b/linux_prep/include/mx23/platform.h
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
#define __37XX_PLATFORM_H
|
||||||
|
|
||||||
|
#if defined (BOARD_STMP378X_DEV)
|
||||||
|
-#define MACHINE_ID 0xa45
|
||||||
|
+#define MACHINE_ID 0x1009
|
||||||
|
#else
|
||||||
|
#error "Allocate a machine ID for your board"
|
||||||
|
#endif
|
6
recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend
Normal file
6
recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bbappend
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
PRINC := "${@int(PRINC) + 1}"
|
||||||
|
|
||||||
|
# Board specific patches
|
||||||
|
SRC_URI_append_imx233-olinuxino-maxi = " file://imx233-olinuxino-maxi.patch"
|
Loading…
Reference in New Issue
Block a user