michael.gray at lantisproject.com writes:
> + &nand {
> + /* Spansion S34ML02G2 256MiB, OEM Layout */
> + partition at 0 {
> + label = "u-boot";
> + reg = <0x0000000 0x200000>; /* 2MB */
> + /* read-only; */
> + };
> +
Why is the u-boot partition writable?
Bjørn