From 607e1cc4f6fd7bbccaf8d27e02a111c56cce739b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Wed, 30 Oct 2019 13:49:24 -0700 Subject: [PATCH] Fix file names for the mor1kx processor. Fixes #292. --- .../software/bios/{boot-helper-or1k.S => boot-helper-mor1kx.S} | 0 litex/soc/software/libbase/{crt0-or1k.S => crt0-mor1kx.S} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename litex/soc/software/bios/{boot-helper-or1k.S => boot-helper-mor1kx.S} (100%) rename litex/soc/software/libbase/{crt0-or1k.S => crt0-mor1kx.S} (100%) diff --git a/litex/soc/software/bios/boot-helper-or1k.S b/litex/soc/software/bios/boot-helper-mor1kx.S similarity index 100% rename from litex/soc/software/bios/boot-helper-or1k.S rename to litex/soc/software/bios/boot-helper-mor1kx.S diff --git a/litex/soc/software/libbase/crt0-or1k.S b/litex/soc/software/libbase/crt0-mor1kx.S similarity index 100% rename from litex/soc/software/libbase/crt0-or1k.S rename to litex/soc/software/libbase/crt0-mor1kx.S