summaryrefslogtreecommitdiff
path: root/include/handoff.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/handoff.h')
-rw-r--r--include/handoff.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/handoff.h b/include/handoff.h
index 75d19b1f6e..070a79c1b9 100644
--- a/include/handoff.h
+++ b/include/handoff.h
@@ -20,12 +20,10 @@
struct spl_handoff {
struct arch_spl_handoff arch;
u64 ram_size;
-#ifdef CONFIG_NR_DRAM_BANKS
struct {
u64 start;
u64 size;
} ram_bank[CONFIG_NR_DRAM_BANKS];
-#endif
};
void handoff_save_dram(struct spl_handoff *ho);