commit | f6b713bc8600711969e1ab2dae04a615cbcaae7c | [log] [tgz] |
---|---|---|
author | Jerry Van Baren <gvb.uboot@gmail.com> | Wed Aug 15 11:13:15 2007 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Wed Aug 15 17:44:08 2007 +0200 |
tree | e8ed2d4bcf0267fffb51372f1eb02acb9a3a0651 | |
parent | afd25190c13cf63f6db3f9650dbc377ff2414f05 [diff] |
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 <vanbaren@cideas.com>