commit | 442cd1a33c2d4a809d99fc5b6f7d9559198e4e8d | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Sep 24 13:51:50 2010 +0200 |
committer | Stefan Roese <sr@denx.de> | Mon Oct 04 11:19:49 2010 +0200 |
tree | f17441e07111c8a457de6fcb65704b621e1f1bcc | |
parent | 69a486421807895e664a38d0205048ba6934e991 [diff] |
ppc4xx/fdt/flash: Fix bug in fdt_fixup_nor_flash_node() This patch fixes a bug in fdt_fixup_nor_flash_node() when the reg property has multiple reg tuples, like: reg = <0 0x00000000 0x04000000 0 0x04000000 0x04000000>; In this case this function did not update the reg property correctly. Signed-off-by: Stefan Roese <sr@denx.de>