X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fbcm7445.h;h=114337294e02ce9e2c3f83d10f57e3f9e25233e7;hb=4db386655a889b6466d2c3f40839ad21205c6d21;hp=989482ef35a6875dce12c042c25c262b2e3f044a;hpb=6674edaabfd271471608146806f5b6540bc76a1b;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bcm7445.h b/include/configs/bcm7445.h index 989482e..1143372 100644 --- a/include/configs/bcm7445.h +++ b/include/configs/bcm7445.h @@ -10,10 +10,9 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_SYS_NS16550_COM1 0xf040ab00 +#define CFG_SYS_NS16550_COM1 0xf040ab00 -#define CONFIG_SYS_TEXT_BASE 0x80100000 -#define CONFIG_SYS_INIT_RAM_ADDR 0x80200000 +#define CFG_SYS_INIT_RAM_ADDR 0x80200000 #include "bcmstb.h" @@ -29,6 +28,4 @@ * Environment configuration for SPI flash. */ -#define CONFIG_SYS_MAX_FLASH_BANKS 1 - #endif /* __CONFIG_H */