summaryrefslogtreecommitdiff
path: root/board/lego/ev3/README
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2019-05-28 20:56:42 -0500
committerTom Rini <trini@konsulko.com>2019-07-13 11:11:28 -0400
commit1d259e4d6862872b7a9c1d240eaa4b4cec95aadf (patch)
treebd8d77e0d80b91eade554ac4cdee46c262a80f04 /board/lego/ev3/README
parentfb9a1ffef38e49597939f01b89ed521fdb5de99b (diff)
ARM: legoev3: convert to driver model
This converts LEGO MINDSTORMS EV3 to the driver model. MMC, SERIAL, SPI and SPI_FLASH are converted. The device tree contains only the minimal nodes required by U-Boot since the size of U-Boot is limited to 256K on this device. Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'board/lego/ev3/README')
-rw-r--r--board/lego/ev3/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/lego/ev3/README b/board/lego/ev3/README
index da62a649ba..9ad93e8205 100644
--- a/board/lego/ev3/README
+++ b/board/lego/ev3/README
@@ -50,3 +50,6 @@ software or a 3rd party program capable of uploading a firmware file.
If you are booting from the microSD card, it is enough to just write uboot.bin
to the flash. If you are not using a microSD card, you will need to create an
image file using the layout described above.
+
+IMPORTANT: The EEPROM bootloader only copies 256k, so u-boot.img must not
+exceed that size!