Skip to content
Snippets Groups Projects
Commit 2778a014 authored by Stefan Roese's avatar Stefan Roese
Browse files

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: default avatarStefan Roese <sr@denx.de>
parent c96be63a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment