X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Frpi.h;h=77d2d5458a1fa83eed06279b97e34bf7153d45f5;hb=cd5ffc5de5a26f5b785e25654977fee25779b3e4;hp=e706bea8ccef0c58c18a0c30498fbceeb3d7194a;hpb=db289a9d746c5f4ee36002a25303da111f6365e7;p=oweals%2Fu-boot.git diff --git a/include/configs/rpi.h b/include/configs/rpi.h index e706bea8cc..77d2d5458a 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -14,7 +14,6 @@ #endif /* Architecture, CPU, etc.*/ -#define CONFIG_ARCH_CPU_INIT /* Use SoC timer for AArch32, but architected timer for AArch64 */ #ifndef CONFIG_ARM64 @@ -56,6 +55,10 @@ #define CONFIG_SYS_MEMTEST_END 0x00200000 #define CONFIG_LOADADDR 0x00200000 +#ifdef CONFIG_ARM64 +#define CONFIG_SYS_BOOTM_LEN SZ_64M +#endif + /* Devices */ /* GPIO */ #define CONFIG_BCM2835_GPIO