commit | 9c550d663e2486ac1d46ebd8247fc72bd2940f13 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Nov 30 07:46:30 2018 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Nov 30 17:21:44 2018 +0100 |
tree | da78bc132bb8b37ee5a6526fde115c92c057bf79 | |
parent | 04048d02bf4b583c59bf7bccd373c40bf67a24cc [diff] |
mips: mt76xx: gardena-smart-gateway: Add factory data variable handling Some factory data is stored in the SPI NOR and needs to get extracted from there into U-Boot environment variables. This patch also includes a board-specific command "fd_write" to provide some dummy / default values for this factory-data in the SPI NOR flash. This should only be necessary for testing purposes though. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>