summaryrefslogtreecommitdiffstats
path: root/cf-wrapper.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-13 17:13:04 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-13 17:13:04 +1000
commitea064f5405f1539356dcb6355f7c432b36979261 (patch)
tree36f8d5a73c1338578de13493853512b190959533 /cf-wrapper.S
parent67cbe2dec8f80bfad01c28b0eee2fdced4b2cca8 (diff)
downloadcf-fsi-ea064f5405f1539356dcb6355f7c432b36979261.tar.gz
cf-fsi-ea064f5405f1539356dcb6355f7c432b36979261.zip
Add palmetto variant of the test code
It does the magic to boot the host Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'cf-wrapper.S')
-rw-r--r--cf-wrapper.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/cf-wrapper.S b/cf-wrapper.S
index 3c08827..2eda4fe 100644
--- a/cf-wrapper.S
+++ b/cf-wrapper.S
@@ -1,8 +1,10 @@
+#define _STR(f) #f
+#define STR(f) _STR(f)
.data
.align 8
.globl cf_code_start
cf_code_start:
- .incbin "cf-code/cf-fsi-romulus.bin"
+ .incbin STR(CF_FILE)
.align 8
.globl cf_code_end
cf_code_end:
OpenPOWER on IntegriCloud