X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fap121.h;h=05d7b3abe69eabbee5d745681bdbe8569a4adae2;hb=85fc970d74d09f33fcdcc649e73c5dc4f5334605;hp=2da520eda9d9d32530e6a1dab42b60fe97fb0896;hpb=79493609c5300be6cc555ab8bd38971360b381f6;p=oweals%2Fu-boot.git diff --git a/include/configs/ap121.h b/include/configs/ap121.h index 2da520eda9..05d7b3abe6 100644 --- a/include/configs/ap121.h +++ b/include/configs/ap121.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 200 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) @@ -21,14 +19,11 @@ #define CONFIG_SYS_SDRAM_BASE 0x80000000 #define CONFIG_SYS_LOAD_ADDR 0x81000000 -#define CONFIG_SYS_NO_FLASH - #define CONFIG_SYS_INIT_RAM_ADDR 0xbd000000 #define CONFIG_SYS_INIT_RAM_SIZE 0x8000 #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_SIZE - 1) -#define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE \ {9600, 19200, 38400, 57600, 115200} @@ -38,7 +33,6 @@ #define CONFIG_BOOTCOMMAND "sf probe;" \ "mtdparts default;" \ "bootm 0x9f650000" -#define CONFIG_LZMA #define MTDIDS_DEFAULT "nor0=spi-flash.0" #define MTDPARTS_DEFAULT "mtdparts=spi-flash.0:" \ @@ -52,11 +46,6 @@ #define CONFIG_ENV_SECT_SIZE 0x10000 #define CONFIG_ENV_SIZE 0x10000 -/* - * Command - */ -#define CONFIG_CMD_MTDPARTS - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 256 #define CONFIG_SYS_MAXARGS 16