2 次代碼提交 6ab05e2224 ... 587d588fe4

作者 SHA1 備註 提交日期
  Leah Rowe 587d588fe4 rom.sh: Don't build txtmode U-Boot images 16 小時之前
  Leah Rowe 6ab05e2224 rom.sh: Don't build txtmode U-Boot images 16 小時之前
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/rom.sh

+ 5 - 0
include/rom.sh

@@ -177,6 +177,11 @@ mkseagrub()
 
 add_uboot()
 {
+	if [ "$displaymode" = "txtmode" ]; then
+		printf "cb/$target: Cannot use U-Boot in text mode\n" 1>&2
+		return 0
+	fi
+
 	# TODO: re-work to allow each coreboot target to say which ub tree
 	# instead of hardcoding as in the current logic below: