mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Having pre-defined NAND partition layout in device tree causes NAND driver to update partition layout in NAND environment. If we are booting OE from SD-card but have Android installed in NAND, this will overwrite Android NAND partition layout with OE partition layout, and bootloader will no be able to boot Android anymore. This update removes NAND partition layout from OE device tree. This causes NAND driver to always use partition layout from NAND environment never overwriting it. For OE NAND installations partition layout will be written to NAND environment by recovery during installation, and then just reused by OpenELEC.