X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fdigsy_mtc.h;h=3368b2d263abf1106c81f71345a7df5e4946c066;hb=2ae1824196884ba2bafffb7c0d3e8297350591e9;hp=0b366f4dfd1e99a29d05f2412bc8e6168ff252d6;hpb=2bad5df7274dd2802ba9526ea7218e9c09d3f89c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 0b366f4..3368b2d 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -40,6 +40,16 @@ #define CONFIG_MPC5200 1 /* (more precisely an MPC5200 CPU) */ #define CONFIG_DIGSY_MTC 1 /* ... on InterControl digsyMTC board */ +/* + * Valid values for CONFIG_SYS_TEXT_BASE are: + * 0xFFF00000 boot high (standard configuration) + * 0xFE000000 boot low + * 0x00100000 boot from RAM (for testing only) + */ +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE 0xFFF00000 /* Standard: boot high */ +#endif + #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 #define BOOTFLAG_COLD 0x01