commit | 87481781ee652757e19834fe7f96f4ffcf0d102c | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Thu Jul 10 17:20:51 2008 +0400 |
committer | Kim Phillips <kim.phillips@freescale.com> | Wed Jul 16 14:16:44 2008 -0500 |
tree | 95607c6bc5b38d41233690a3165dd2e1f1f117a6 | |
parent | 13c16a19aacd568e5d61c6a7a985e49c374112ed [diff] |
83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup The thinko was quite silly indeed, I messed with !ptr. Normally this would trigger some fault, but in U-Boot NULL pointer is equal to phys 0, so the code was working still, just didn't actually test mpc8315erdb environment variable value. Heh. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>