From: Jerry Van Baren Date: Wed, 15 Aug 2007 15:13:15 +0000 (-0400) Subject: Fix where the #ifdef CFG_BOOTMAPSZ is placed. X-Git-Tag: v2008.10-rc1~906^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=210f463c71917b7a4495c2103c228b9c179ae64d;hp=210f463c71917b7a4495c2103c228b9c179ae64d;p=platform%2Fkernel%2Fu-boot.git Fix where the #ifdef CFG_BOOTMAPSZ is placed. Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT) when it should have gone inside of the conditional. As a result, it broke non-LIBFDT board builds. Also added a missing "not." to the comment. Signed-off-by: Gerald Van Baren ---