diff -urN ../u-boot-pristine/cpu/mpc824x/start.S ./cpu/mpc824x/start.S --- ../u-boot-pristine/cpu/mpc824x/start.S 2003-05-22 17:53:09.000000000 -0500 +++ ./cpu/mpc824x/start.S 2003-05-28 14:47:27.620109000 -0500 @@ -542,7 +542,7 @@ mr r10, r5 /* Save copy of Destination Address */ mr r3, r5 /* Destination Address */ -#ifdef DEBUG +#ifdef CFG_BOOT_IMAGE_FROM_RAM lis r4, CFG_SDRAM_BASE@h /* Source Address */ ori r4, r4, CFG_SDRAM_BASE@l #else