summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 17:08:20 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-03 17:08:20 +1000
commiteef619c3896af87edd776f174bcd704aa7a1d262 (patch)
tree754cb757a42cd3fa2e5596592f90db3879656be1 /cf-wrapper.S
parent3d530160957d3818a4160e433afbbf47e3893a12 (diff)
downloadcf-fsi-eef619c3896af87edd776f174bcd704aa7a1d262.tar.gz
cf-fsi-eef619c3896af87edd776f174bcd704aa7a1d262.zip
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 <benh@kernel.crashing.org>
Diffstat (limited to 'cf-wrapper.S')
-rw-r--r--cf-wrapper.S2
1 files changed, 1 insertions, 1 deletions
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:
OpenPOWER on IntegriCloud