X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fbcm7445.h;h=4b41dc220b159c556894577e2741c46c61ab214c;hb=46b5c8ed017958fc387ab86c71ae6c90abb6793c;hp=8c675f773310c37a85c29589c4b0ff859afc7def;hpb=12109573042ce7b10bc67c20abcc07df5238094d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bcm7445.h b/include/configs/bcm7445.h index 8c675f7..4b41dc2 100644 --- a/include/configs/bcm7445.h +++ b/include/configs/bcm7445.h @@ -12,14 +12,10 @@ #define CONFIG_SYS_NS16550_COM1 0xf040ab00 -#define CONFIG_SYS_TEXT_BASE 0x80100000 #define CONFIG_SYS_INIT_RAM_ADDR 0x80200000 -#define CONFIG_SYS_MALLOC_LEN ((10 * 1024) << 10) /* 10 MiB */ - #include "bcmstb.h" -#define BCMSTB_SDHCI_BASE 0xf03e0200 #define BCMSTB_TIMER_LOW 0xf0412008 #define BCMSTB_TIMER_HIGH 0xf041200c #define BCMSTB_TIMER_FREQUENCY 0xf0412020 @@ -31,13 +27,5 @@ /* * Environment configuration for SPI flash. */ -#define CONFIG_ENV_OFFSET 0x1e0000 -#define CONFIG_ENV_SECT_SIZE CONFIG_ENV_SIZE - -#define CONFIG_DM_SPI 1 -#define CONFIG_SYS_MAX_FLASH_BANKS 1 -#define CONFIG_CMD_SF -#define CONFIG_CMD_SPI -#define CONFIG_CMD_SF_TEST #endif /* __CONFIG_H */