From eef619c3896af87edd776f174bcd704aa7a1d262 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Sun, 3 Jun 2018 17:08:20 +1000 Subject: Changes to be able to build multiple firmwares Change to use the C preprocessor (use the ARM one for that) for asm files so we can force-include a per-machine GPIO definition file and use some preprocessor macros to define the cache registers. This allows us to deal with the cases where the clock and data use a different cache vs. the same cache. Signed-off-by: Benjamin Herrenschmidt --- cf-wrapper.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cf-wrapper.S') diff --git a/cf-wrapper.S b/cf-wrapper.S index 9b8f5cf..3c08827 100644 --- a/cf-wrapper.S +++ b/cf-wrapper.S @@ -2,7 +2,7 @@ .align 8 .globl cf_code_start cf_code_start: - .incbin "cf-code.bin" + .incbin "cf-code/cf-fsi-romulus.bin" .align 8 .globl cf_code_end cf_code_end: -- cgit v1.2.1