commit | 57ea7f7e2361115dc3ff27ee77ad272ffeb6e72d | [log] [tgz] |
---|---|---|
author | Fiach Antaw <fiach.antaw@uqconnect.edu.au> | Wed Jan 25 18:53:11 2017 +1000 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 15:36:17 2017 -0400 |
tree | f686063cbca89c7aa57fc6aeecc9570c08d0b6b1 | |
parent | 0294c2f15f738e93b34407822fb7323b51a4f34f [diff] |
env: Add generic redundant environment implementation All current environments that implement redundancy use almost identical implementations. This patch implements the env_nand implementation as a function in env_common, and updates the env_export function to export an env_nand-style 'flags' field by default. Signed-off-by: Fiach Antaw <fiach.antaw@uqconnect.edu.au> Reviewed-by: Tom Rini <trini@konsulko.com>