summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2016-12-01 10:19:54 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:27:53 +0100
commit124f6eb59141cfbd873ee62be56ecfb3bab7057c (patch)
treeca6d360574e467be07ccae90d9362e187919ae5f /arch/x86
parent583d99cee45e4198b872a44a3932b9a58c4d7239 (diff)
downloadbarebox-124f6eb59141cfbd873ee62be56ecfb3bab7057c.tar.gz
barebox-124f6eb59141cfbd873ee62be56ecfb3bab7057c.tar.xz
x86: update boot message "UBOOT2" to "BAREBOX"
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/boot/boot_hdisk.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/boot_hdisk.S b/arch/x86/boot/boot_hdisk.S
index 143336d3b4..6f98197512 100644
--- a/arch/x86/boot/boot_hdisk.S
+++ b/arch/x86/boot/boot_hdisk.S
@@ -164,7 +164,7 @@ output_message:
.section .boot_data
-notification_string: .asciz "UBOOT2 "
+notification_string: .asciz "BAREBOX "
chs_string: .asciz "CHS "
jmp_string: .asciz "JMP "