diff --git a/stand/i386/boot0/Makefile b/stand/i386/boot0/Makefile index cd645011b8e7..5e82d7b6ae67 100644 --- a/stand/i386/boot0/Makefile +++ b/stand/i386/boot0/Makefile @@ -39,10 +39,8 @@ BOOT_BOOT0_TICKS?= 0xb6 # The BIOS loads boot0 to the hardcoded address 0x7c00. boot0 copies # itself to this alternate base address before continuing execution so # that next level boot blocks can be loaded at the 0x7c00 address they -# expect. Don't change this unless you are glutton for punishment -# (and fix ORIGIN in the source to match). -BOOT_BOOT0_ORG?= 0x600 -ORG=${BOOT_BOOT0_ORG} +# expect. +ORG= 0x600 # Comm settings for boot0sio. #