mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
88dc409914
The Gardena Smart-Gateway boards have a MT7688 SoC with 128 MiB of RAM and 8 MiB of flash (SPI NOR) and additional 128MiB SPI NAND storage. This patch also includes 2 targets. One is the target that can be programmed into the SPI NOR flash and a 2nd target "xxx-ram" is added to support loading and booting via an already running U-Boot version. This allows easy development and testing without the need to flash the image each time. Signed-off-by: Stefan Roese <sr@denx.de> [fixed and regenerated defconfig files] Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
8 lines
320 B
Text
8 lines
320 B
Text
GARDENA_SMART_GATEWAY_MT7688 BOARD
|
|
M: Stefan Roese <sr@denx.de>
|
|
S: Maintained
|
|
F: board/gardena/smart-gateway-mt7688
|
|
F: include/configs/gardena-smart-gateway-mt7688.h
|
|
F: configs/gardena-smart-gateway-mt7688_defconfig
|
|
F: configs/gardena-smart-gateway-mt7688-ram_defconfig
|
|
F: arch/mips/dts/gardena-smart-gateway-mt7688.dts
|