aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-06-09 09:40:05 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-06-09 09:40:05 +0000
commitd08ab3694239ea26e41d924204f808d09fa42576 (patch)
tree412ebed175648cd2ba8a21a2810f3ba51c17957e
parent319738f5d1ad3a5632929a58de8fda34b5bdc690 (diff)
downloadports-d08ab3694239ea26e41d924204f808d09fa42576.tar.gz
ports-d08ab3694239ea26e41d924204f808d09fa42576.zip
Notes
-rw-r--r--sysutils/u-boot-beaglebone/Makefile2
-rw-r--r--sysutils/u-boot-beaglebone/files/bbb_fragment3
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile
index c1b306a60893..f4c8b962a9ba 100644
--- a/sysutils/u-boot-beaglebone/Makefile
+++ b/sysutils/u-boot-beaglebone/Makefile
@@ -6,6 +6,8 @@ MODEL= beaglebone
BOARD_CONFIG= am335x_evm_defconfig
FAMILY= omap
+U_BOOT_SLAVE_PORTREVISION_2020.04= 1
+
CONFIG_FRAGMENT= ${.CURDIR}/files/bbb_fragment
FRAGMENT_NAME= bbb_fragment
diff --git a/sysutils/u-boot-beaglebone/files/bbb_fragment b/sysutils/u-boot-beaglebone/files/bbb_fragment
index 99e906a20a89..f52a43eab753 100644
--- a/sysutils/u-boot-beaglebone/files/bbb_fragment
+++ b/sysutils/u-boot-beaglebone/files/bbb_fragment
@@ -2,7 +2,8 @@ CONFIG_API=y
CONFIG_ARMV7_NONSEC=n
CONFIG_CMD_CACHE=y
CONFIG_BOOTCOMMAND="if test ${boot_fit} -eq 1; then run update_to_fit; fi; run findfdt; run init_console; setenv boot_targets mmc0 mmc1 pxe dhcp; run distro_bootcmd"
-CONFIG_NAND=n
+CONFIG_MTD=n
+CONFIG_MTD_RAW_NAND=n
CONFIG_SPL_NAND_SUPPORT=n
CONFIG_CMD_NAND=n
CONFIG_DFU_NAND=n