forked from pool/u-boot
Guillaume GARDET
3062fc3a6e
OBS-URL: https://build.opensuse.org/request/show/623926 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=24
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 0b0488eab42787d4289672dc9524c142d9cd24eb Mon Sep 17 00:00:00 2001
|
|
From: Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
Date: Wed, 18 Jul 2018 21:30:53 +0200
|
|
Subject: [PATCH] omap3: beagle: re-enable EFI support after the following
|
|
commit removed it by mistake:
|
|
|
|
commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b
|
|
Author: Derald D. Woods <woods.technical@gmail.com>
|
|
Date: Mon Feb 26 17:52:58 2018 -0600
|
|
|
|
ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout
|
|
---
|
|
configs/omap3_beagle_defconfig | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
|
|
index a37a38f881..1e1a391d7f 100644
|
|
--- a/configs/omap3_beagle_defconfig
|
|
+++ b/configs/omap3_beagle_defconfig
|
|
@@ -32,8 +32,6 @@ 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
|
|
-# CONFIG_EFI_PARTITION is not set
|
|
-CONFIG_SPL_PARTITION_UUIDS=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_ENV_IS_IN_NAND=y
|
|
CONFIG_SPL_DM=y
|
|
@@ -79,4 +77,3 @@ CONFIG_USB_ETHER_SMSC95XX=y
|
|
CONFIG_FAT_WRITE=y
|
|
CONFIG_BCH=y
|
|
CONFIG_SPL_OF_LIBFDT=y
|
|
-# CONFIG_EFI_LOADER is not set
|