X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fulcb.h;h=a977271c1e6e8447dff1d10e8653a5d53d7625ef;hb=b8e09898919e23c5d7f1934be7bf9a3a6f0deb0e;hp=15fb62722874c95a5723ce950f3ee8d9e8c45736;hpb=b298720900752967dd46a5b54a5a303eb11eed95;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/ulcb.h b/include/configs/ulcb.h index 15fb627..a977271 100644 --- a/include/configs/ulcb.h +++ b/include/configs/ulcb.h @@ -11,12 +11,10 @@ #include "rcar-gen3-common.h" -/* Ethernet RAVB */ -#define CONFIG_BITBANGMII_MULTI - -/* Generic Timer Definitions (use in assembler source) */ -#define COUNTER_FREQUENCY 0xFE502A /* 16.66MHz from CPclk */ - /* Environment in eMMC, at the end of 2nd "boot sector" */ +#define CONFIG_FLASH_SHOW_PROGRESS 45 +#define CONFIG_SYS_FLASH_BANKS_LIST { 0x08000000 } +#define CONFIG_SYS_WRITE_SWAPPED_DATA + #endif /* __ULCB_H */