summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-02-01 17:27:06 -0300
committerRodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>2023-02-01 17:36:52 -0300
commit718b239ae3babc2b336463a35129587d0f72880f (patch)
tree02b065381b6490c600dd90080e47ce3ffc7d82da /recipes-bsp
parentfce8af0b0742fbeb0fd000912d54a615f8909351 (diff)
downloadmeta-freescale-718b239ae3babc2b336463a35129587d0f72880f.tar.gz
u-boot-fslc-mxsboot: Change the defconfig file
Signed-off-by: Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
index a7dfd8aa..f86316de 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2023.01.bb
@@ -12,7 +12,7 @@ EXTRA_OEMAKE:class-native = 'CC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" H
12EXTRA_OEMAKE:class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1 CONFIG_MX28=y' 12EXTRA_OEMAKE:class-nativesdk = 'CROSS_COMPILE="${HOST_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1 CONFIG_MX28=y'
13 13
14do_compile () { 14do_compile () {
15 oe_runmake -C ${S} O=${B} sandbox_defconfig 15 oe_runmake -C ${S} O=${B} tools-only_defconfig
16 16
17 # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and 17 # Disable CONFIG_CMD_LICENSE, license.h is not used by tools and
18 # generating it requires bin2header tool, which for target build 18 # generating it requires bin2header tool, which for target build