[U-Boot] [PATCH v2 2/4] kconfig: Add a FREEBSD option
Emmanuel Vadot
manu at bidouilliste.com
Tue Jan 17 16:50:17 CET 2017
Add a FreeBSD option that enable the API and enable the data cache
command as it is needed to boot the FreeBSD loader.
Signed-off-by: Emmanuel Vadot <manu at bidouilliste.com>
---
common/Kconfig | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/common/Kconfig b/common/Kconfig
index a04ee1084f..b719ccd888 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -389,4 +389,13 @@ config DISPLAY_BOARDINFO
when U-Boot starts up. The board function checkboard() is called
to do this.
+config FREEBSD
+ bool "Enable FreeBSD boot"
+ select API
+ select CMD_CACHE
+ default n
+ help
+ This option adds boot configuration that can run the FreeBSD
+ loader.
+
source "common/spl/Kconfig"
--
2.11.0
More information about the U-Boot
mailing list