Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[platform/kernel/u-boot.git] / include / configs / work_92105.h
index 67b5e9a..54d211a 100644 (file)
@@ -19,8 +19,6 @@
  */
 #define CONFIG_MACH_TYPE               736
 
-#define CONFIG_SYS_ICACHE_OFF
-#define CONFIG_SYS_DCACHE_OFF
 #if !defined(CONFIG_SPL_BUILD)
 #define CONFIG_SKIP_LOWLEVEL_INIT
 #endif
@@ -48,7 +46,6 @@
  * Ethernet Driver
  */
 
-#define CONFIG_PHY_SMSC
 #define CONFIG_LPC32XX_ETH
 #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
 /* FIXME: remove "Waiting for PHY auto negotiation to complete..." message */
  * Environment
  */
 
-#define CONFIG_ENV_SIZE                        0x00020000
-#define CONFIG_ENV_OFFSET              0x00100000
-#define CONFIG_ENV_OFFSET_REDUND       0x00120000
-#define CONFIG_ENV_ADDR                        0x80000100
-
 /*
  * Boot Linux
  */
  */
 
 /* SPL will be executed at offset 0 */
-#define CONFIG_SPL_TEXT_BASE 0x00000000
 /* SPL will use SRAM as stack */
 #define CONFIG_SPL_STACK     0x0000FFF8
 /* Use the framework and generic lib */