]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
authorAndy Fleming <afleming@freescale.com>
Wed, 15 Aug 2007 22:30:56 +0000 (17:30 -0500)
committerWolfgang Denk <wd@denx.de>
Thu, 16 Aug 2007 10:10:56 +0000 (12:10 +0200)
commit10aaf716cb0dc6614df54ef78bed5144afd23ef8
tree1e8646f9ab5292f547a76a062ee65dfaa3d66854
parent78f9fef7f406078c8bf7191e665a73f795157746
Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards

The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
neglected to *also* put the code inside the similar #ifdef
for CONFIG_OF_FLAT_TREE.

Signed-off-by: Andy Fleming <afleming@freescale.com>
common/cmd_bootm.c