diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-17 08:44:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-17 08:44:23 -0400 |
commit | 7e585b5a61cfa68e3f76e60fd9f373367c8566a9 (patch) | |
tree | 169339246cb3d71c69cc39b357af62785e82aea3 /doc | |
parent | b2c4b7f66553401e0eb1176da8b97a1511f26b2c (diff) | |
parent | 62ce0a02f9e5bda51a05c5f735e5a75f6c4bbb54 (diff) | |
download | u-boot-7e585b5a61cfa68e3f76e60fd9f373367c8566a9.tar.gz |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv
- ae350 related dts fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/AndesTech/ax25-ae350.rst | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/doc/board/AndesTech/ax25-ae350.rst b/doc/board/AndesTech/ax25-ae350.rst index 923649240e..b46f427f4b 100644 --- a/doc/board/AndesTech/ax25-ae350.rst +++ b/doc/board/AndesTech/ax25-ae350.rst @@ -58,15 +58,6 @@ Platform Level Interrupt Controller (PLIC) - Configurable number of targets: 1-16 - Preempted interrupt priority stack -Configurations --------------- - -CONFIG_SKIP_LOWLEVEL_INIT: - -If you want to boot this system from SPI ROM and bypass e-bios (the -other boot loader on ROM). You should undefine CONFIG_SKIP_LOWLEVEL_INIT -in "include/configs/ax25-ae350.h". - Build and boot steps -------------------- @@ -89,12 +80,10 @@ Verification: Steps ----- -1. Define CONFIG_SKIP_LOWLEVEL_INIT to build u-boot which is loaded via gdb from ram. -2. Undefine CONFIG_SKIP_LOWLEVEL_INIT to build u-boot which is booted from spi rom. -3. Ping a server by mac driver -4. Scan sd card and copy u-boot image which is booted from flash to ram by sd driver. -5. Burn this u-boot image to spi rom by spi driver -6. Re-boot u-boot from spi flash with power off and power on. +1. Ping a server by mac driver +2. Scan sd card and copy u-boot image which is booted from flash to ram by sd driver +3. Burn this u-boot image to spi rom by spi driver +4. Re-boot u-boot from spi flash with power off and power on Messages of U-Boot boot on AE350 board -------------------------------------- |