summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-06-09 10:04:35 +1000
committerChris Johns <chrisj@rtems.org>2019-06-09 10:04:35 +1000
commit6185609ce40b630c01a7dd1d2ad1c891268a5d3f (patch)
tree16ecdc519aa0f54302bd2ff31b96ba59af8bb3b3
parent99e03687b935fca64a743692ce71f78f4fd237fc (diff)
misc/boot-image: Use the linux kernel.bootloader-image
-rw-r--r--misc/tools/rtems-boot.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tools/rtems-boot.ini b/misc/tools/rtems-boot.ini
index 2792fe1..73aa1c9 100644
--- a/misc/tools/rtems-boot.ini
+++ b/misc/tools/rtems-boot.ini
@@ -42,7 +42,7 @@ kernel_loadaddr = 0x82000000
fdt_loadaddr = 0x88000000
kernel_converter = %{objcopy} @KERNEL@ -O binary @KERNEL@.bin,
cat @KERNEL@.bin | gzip -9 > @KERNEL@.gz,
- %{mkimage} -A arm -O RTEMS -T kernel -a %{start_address}
+ %{mkimage} -A arm -O Linux -T kernel -a %{start_address}
-e %{entry_address} -n "RTEMS" -d @KERNEL@.gz @KERNEL@.img
kernel_image = @KERNEL@.img
fdt_image = @FDT@