diff options
Diffstat (limited to 'usr/src/boot/sys/boot/uboot/common/main.c')
-rw-r--r-- | usr/src/boot/sys/boot/uboot/common/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/uboot/common/main.c b/usr/src/boot/sys/boot/uboot/common/main.c index 3297aa4721..704a5a8708 100644 --- a/usr/src/boot/sys/boot/uboot/common/main.c +++ b/usr/src/boot/sys/boot/uboot/common/main.c @@ -482,7 +482,7 @@ main(void) env_setenv("loaddev", EV_VOLATILE, ldev, env_noset, env_nounset); printf("Booting from %s\n", ldev); - setenv("LINES", "24", 1); /* optional */ + setenv("screen-#rows", "24", 1); /* optional */ setenv("prompt", "loader>", 1); archsw.arch_loadaddr = uboot_loadaddr; |