]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix where the #ifdef CFG_BOOTMAPSZ is placed.
authorJerry Van Baren <gvb.uboot@gmail.com>
Wed, 15 Aug 2007 15:13:15 +0000 (11:13 -0400)
committerWolfgang Denk <wd@denx.de>
Wed, 15 Aug 2007 15:44:08 +0000 (17:44 +0200)
commit210f463c71917b7a4495c2103c228b9c179ae64d
treee8ed2d4bcf0267fffb51372f1eb02acb9a3a0651
parent594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
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>
common/cmd_bootm.c