aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2017-06-06 18:31:41 +0200
committerAlexey Kardashevskiy <aik@ozlabs.ru>2017-06-07 14:22:09 +1000
commit9d5d3b8bd256ac701b0ac0c4059a2b77b6f15912 (patch)
treeda858ecf92e5c9aa7802be85fe734427891ec526 /board-qemu/slof
parentd258260ee4fd48948bb0c61d22ee96b97c934c5e (diff)
downloadSLOF-9d5d3b8bd256ac701b0ac0c4059a2b77b6f15912.zip
SLOF-9d5d3b8bd256ac701b0ac0c4059a2b77b6f15912.tar.gz
SLOF-9d5d3b8bd256ac701b0ac0c4059a2b77b6f15912.tar.bz2
Increase MAX-ALIAS to 10
It's not obvious for the normal user why the alias enumeration should stop at the digit '7' already, so let's allow '8' and '9', too, by bumping the MAX-ALIAS constant to 10. Also remove the unnecessary duplicate of this value from qemu-bootlist.fs. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'board-qemu/slof')
-rw-r--r--board-qemu/slof/qemu-bootlist.fs1
1 files changed, 0 insertions, 1 deletions
diff --git a/board-qemu/slof/qemu-bootlist.fs b/board-qemu/slof/qemu-bootlist.fs
index 60dd29d..6a4005d 100644
--- a/board-qemu/slof/qemu-bootlist.fs
+++ b/board-qemu/slof/qemu-bootlist.fs
@@ -13,7 +13,6 @@
defer set-boot-device
defer add-boot-device
-8 CONSTANT MAX-ALIAS
: add-boot-aliases ( str -- )
2dup add-boot-device ( $str )
MAX-ALIAS 1 DO