]> git.sur5r.net Git - u-boot/blobdiff - include/configs/ge_bx50v3.h
board: ge: bx50v3: enable backlight on demand
[u-boot] / include / configs / ge_bx50v3.h
index b6808dfb23cf450cb00217c5f500490f7cead447..925507fe81f1337b10ac204b66f8f8ff97c25c5d 100644 (file)
@@ -92,7 +92,6 @@
 
 /* Serial Flash */
 #ifdef CONFIG_CMD_SF
-#define CONFIG_MXC_SPI
 #define CONFIG_SF_DEFAULT_BUS          0
 #define CONFIG_SF_DEFAULT_CS           0
 #define CONFIG_SF_DEFAULT_SPEED        20000000
 #define CONFIG_CONS_INDEX      1
 
 #define CONFIG_LOADADDR        0x12000000
-#define CONFIG_SYS_TEXT_BASE   0x17800000
 
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "bootcause=POR\0" \
        "swappartitions=" \
                "setexpr partnum 3 - ${partnum}\0" \
        "failbootcmd=" \
+               "bx50_backlight_enable; " \
                "msg=\"Monitor failed to start.  Try again, or contact GE Service for support.\"; " \
                "echo $msg; " \
                "setenv stdout vga; " \
 #define CONFIG_ARP_TIMEOUT     200UL
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
 
 #define CONFIG_SYS_MEMTEST_START       0x10000000
 #define CONFIG_SYS_MEMTEST_END         0x10010000
 
 #define CONFIG_SYS_LOAD_ADDR           CONFIG_LOADADDR
 
-#define CONFIG_CMDLINE_EDITING
-
 /* Physical Memory Map */
 #define CONFIG_NR_DRAM_BANKS           1
 #define PHYS_SDRAM                     MMDC0_ARB_BASE_ADDR
 
 #define CONFIG_BCH
 
-#define CONFIG_BOOTCOUNT_LIMIT
-#define CONFIG_BOOTCOUNT_EXT
-#define CONFIG_SYS_BOOTCOUNT_EXT_INTERFACE     "mmc"
-#define CONFIG_SYS_BOOTCOUNT_EXT_DEVPART       "1:5"
-#define CONFIG_SYS_BOOTCOUNT_EXT_NAME          "/boot/failures"
-#define CONFIG_SYS_BOOTCOUNT_ADDR              0x7000A000
-
 #endif /* __GE_BX50V3_CONFIG_H */