2020-01-28 10:38:57 +01:00
|
|
|
From 98e9215b94ac8e2e5a8d545ad05b2ff0f9429bcc Mon Sep 17 00:00:00 2001
|
2019-01-31 09:22:00 +01:00
|
|
|
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
|
|
|
Date: Tue, 29 Jan 2019 11:38:12 +0100
|
|
|
|
Subject: [PATCH] boo#1123170: Remove ubifs support from omap3_beagle to keep a
|
|
|
|
small u-boot.img
|
|
|
|
|
|
|
|
---
|
2019-04-10 10:06:43 +02:00
|
|
|
configs/omap3_beagle_defconfig | 2 +-
|
2019-01-31 09:22:00 +01:00
|
|
|
include/configs/omap3_beagle.h | 1 -
|
2019-04-10 10:06:43 +02:00
|
|
|
2 files changed, 1 insertion(+), 2 deletions(-)
|
2019-01-31 09:22:00 +01:00
|
|
|
|
|
|
|
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
|
2020-01-28 10:38:57 +01:00
|
|
|
index ed7cb8f2ff..03dc3b27d4 100644
|
2019-01-31 09:22:00 +01:00
|
|
|
--- a/configs/omap3_beagle_defconfig
|
|
|
|
+++ b/configs/omap3_beagle_defconfig
|
2019-10-09 09:41:11 +02:00
|
|
|
@@ -38,7 +38,6 @@ CONFIG_CMD_FS_UUID=y
|
2019-01-31 09:22:00 +01:00
|
|
|
CONFIG_CMD_MTDPARTS=y
|
|
|
|
CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
|
|
|
|
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)"
|
|
|
|
-CONFIG_CMD_UBI=y
|
|
|
|
# CONFIG_ISO_PARTITION is not set
|
2019-04-10 10:06:43 +02:00
|
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
|
|
|
CONFIG_SPL_PARTITION_UUIDS=y
|
2020-01-28 10:38:57 +01:00
|
|
|
@@ -73,6 +72,7 @@ CONFIG_SYS_NAND_BUSWIDTH_16BIT=y
|
2019-01-31 09:22:00 +01:00
|
|
|
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
|
|
|
|
CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
|
|
|
|
CONFIG_SPL_NAND_SIMPLE=y
|
|
|
|
+CONFIG_MTD_UBI=y
|
|
|
|
CONFIG_SPI=y
|
2019-04-10 10:06:43 +02:00
|
|
|
CONFIG_DM_SPI=y
|
2019-01-31 09:22:00 +01:00
|
|
|
CONFIG_OMAP3_SPI=y
|
|
|
|
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
|
2020-01-28 10:38:57 +01:00
|
|
|
index bc8aa7adf5..ee1d36003e 100644
|
2019-01-31 09:22:00 +01:00
|
|
|
--- a/include/configs/omap3_beagle.h
|
|
|
|
+++ b/include/configs/omap3_beagle.h
|
2020-01-28 10:38:57 +01:00
|
|
|
@@ -82,7 +82,6 @@
|
2019-01-31 09:22:00 +01:00
|
|
|
#define BOOT_TARGET_DEVICES(func) \
|
|
|
|
func(MMC, mmc, 0) \
|
|
|
|
func(LEGACY_MMC, legacy_mmc, 0) \
|
|
|
|
- func(UBIFS, ubifs, 0) \
|
|
|
|
func(NAND, nand, 0)
|
|
|
|
|
2020-01-28 10:38:57 +01:00
|
|
|
#else /* !CONFIG_MTD_RAW_NAND */
|