X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Falt.h;h=bb5267517cb49f36e6742213d285162051d3ae72;hb=8947145cd0ae8adf1c5dc0ae6756d49bf5330b48;hp=d884831d9628030510c3b93b82805d0d142346e8;hpb=d1da5d6cd8d33f777cf8374bf070970c4cca32e1;p=oweals%2Fu-boot.git diff --git a/include/configs/alt.h b/include/configs/alt.h index d884831d96..bb5267517c 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -37,18 +37,14 @@ /* Board Clock */ #define RMOBILE_XTAL_CLK 20000000u #define CONFIG_SYS_CLK_FREQ RMOBILE_XTAL_CLK -#define CONFIG_SH_TMU_CLK_FREQ (CONFIG_SYS_CLK_FREQ / 2) - #define CONFIG_EXTRA_ENV_SETTINGS \ - "fdt_high=0xffffffff\0" \ - "initrd_high=0xffffffff\0" + "bootm_size=0x10000000\0" \ + "usb_pgood_delay=2000\0" /* SPL support */ -#define CONFIG_SPL_TEXT_BASE 0xe6300000 #define CONFIG_SPL_STACK 0xe6340000 #define CONFIG_SPL_MAX_SIZE 0x4000 -#define CONFIG_SYS_SPI_U_BOOT_OFFS 0x140000 #ifdef CONFIG_SPL_BUILD #define CONFIG_CONS_SCIF2 #define CONFIG_SH_SCIF_CLK_FREQ 65000000