summaryrefslogtreecommitdiffstats
path: root/include/configs/SBC8560.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/SBC8560.h')
-rw-r--r--include/configs/SBC8560.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/configs/SBC8560.h b/include/configs/SBC8560.h
index 8b46a17ed5..cc66640b4d 100644
--- a/include/configs/SBC8560.h
+++ b/include/configs/SBC8560.h
@@ -144,11 +144,7 @@
#define CFG_OR4_PRELIM 0xfc000cc1
#define CFG_BR5_PRELIM 0xfc000801 /* 16M CS5 misc devices */
-#if 1
#define CFG_OR5_PRELIM 0xff000ff7
-#else
- #define CFG_OR5_PRELIM 0xff0000f0
-#endif
#define CFG_BR6_PRELIM 0xe0001801 /* 64M, 32-bit flash */
#define CFG_OR6_PRELIM 0xfc000ff7
@@ -273,10 +269,6 @@
#define CFG_FLASH_CFI 1 /* Flash is CFI conformant */
#define CFG_FLASH_CFI_DRIVER 1 /* Use the common driver */
-#if 0
-#define CFG_FLASH_USE_BUFFER_WRITE 1 /* use buffered writes (20x faster) */
-#define CFG_FLASH_PROTECTION /* use hardware protection */
-#endif
#define CFG_MAX_FLASH_SECT 64 /* max number of sectors on one chip */
#define CFG_MAX_FLASH_BANKS 1 /* max number of memory banks */
@@ -286,14 +278,6 @@
#define CFG_MONITOR_BASE TEXT_BASE /* start of monitor */
-#if 0
-/* XXX This doesn't work and I don't want to fix it */
-#if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
- #define CFG_RAMBOOT
-#else
- #undef CFG_RAMBOOT
-#endif
-#endif
/* Environment */
#if !defined(CFG_RAMBOOT)