X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fuc101.h;h=f13669181c1e0578a5ea9c9f46e90e8b63d94b72;hb=93a1ab57f340b890e9e5b48b143869bc063d625f;hp=19722615a67bc1b5a7a1b20de37bcd0ce2deb5b5;hpb=d1831c5ee61a2d3f8c2248eb9822d5a9c8c9c017;p=oweals%2Fu-boot.git diff --git a/include/configs/uc101.h b/include/configs/uc101.h index 19722615a6..f13669181c 100644 --- a/include/configs/uc101.h +++ b/include/configs/uc101.h @@ -32,6 +32,11 @@ #define CONFIG_UC101 1 /* UC101 board */ #define CONFIG_HOSTNAME uc101 +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE 0xFFF00000 +#endif +#define CONFIG_SYS_LDSCRIPT "arch/powerpc/cpu/mpc5xxx/u-boot-customlayout.lds" + #include "manroland/common.h" #include "manroland/mpc5200-common.h"