X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fqi_lb60.h;h=a3fc465e70953d854742722db952d7ffad11227d;hb=2399ef73859f7ef54d2da9c3274c01f86726eff8;hp=f2e605a9b8b48609c8f3ab90ab3f513b0d002226;hpb=6bbb3e93a5eb91d56a66a716acfbfa9ea86bfc4c;p=oweals%2Fu-boot.git diff --git a/include/configs/qi_lb60.h b/include/configs/qi_lb60.h index f2e605a9b8..a3fc465e70 100644 --- a/include/configs/qi_lb60.h +++ b/include/configs/qi_lb60.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_UART_BASE JZ4740_UART0_BASE /* Base of the UART channel */ #define CONFIG_BAUDRATE 57600 -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_BOARD_EARLY_INIT_F @@ -99,10 +98,6 @@ #define CONFIG_SYS_NAND_ECC_POS (6 * NANONOTE_NAND_SIZE) #define CONFIG_SYS_NAND_ECCSIZE 512 #define CONFIG_SYS_NAND_ECCBYTES 9 -#define CONFIG_SYS_NAND_ECCSTEPS \ - (CONFIG_SYS_NAND_PAGE_SIZE / CONFIG_SYS_NAND_ECCSIZE) -#define CONFIG_SYS_NAND_ECCTOTAL \ - (CONFIG_SYS_NAND_ECCBYTES * CONFIG_SYS_NAND_ECCSTEPS) #define CONFIG_SYS_NAND_ECCPOS \ {12, 13, 14, 15, 16, 17, 18, 19,\ 20, 21, 22, 23, 24, 25, 26, 27, \