summaryrefslogtreecommitdiff
path: root/include/configs/strider.h
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2019-03-29 10:18:08 +0100
committerMario Six <mario.six@gdsys.cc>2019-05-21 08:03:38 +0200
commitb335fb6d8c7796edce58db5c4743e6de891ec1fe (patch)
treec704095b0078d2941cdff0f346a3b8a3ee02afc2 /include/configs/strider.h
parentb12b545836746217e9f417bd5c3b13557a201a34 (diff)
gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig
Move CONFIG_SYS_FPGA0_BASE, CONFIG_SYS_FPGA0_SIZE, CONFIG_SYS_FPGA1_BASE, and CONFIG_SYS_FPGA1_SIZE to Kconfig. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs/strider.h')
-rw-r--r--include/configs/strider.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/strider.h b/include/configs/strider.h
index 22d255aabb..8b942e3446 100644
--- a/include/configs/strider.h
+++ b/include/configs/strider.h
@@ -127,14 +127,6 @@
#define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
#define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
-/*
- * FPGA
- */
-#define CONFIG_SYS_FPGA0_BASE 0xE0600000
-#define CONFIG_SYS_FPGA0_SIZE 1 /* FPGA size is 1M */
-
-
-#define CONFIG_SYS_FPGA_BASE(k) CONFIG_SYS_FPGA0_BASE
#define CONFIG_SYS_FPGA_DONE(k) 0x0010
#define CONFIG_SYS_FPGA_COUNT 1