Add missing print for NAND boot source

fixes #4532
This commit is contained in:
Markus Hoffrogge
2022-12-05 22:56:36 +01:00
committed by The-going
parent 974c31029a
commit be86d1bd27

View File

@@ -19,6 +19,7 @@ setenv earlycon "off"
# Print boot source
itest.b *0x28 == 0x00 && echo "U-boot loaded from SD"
itest.b *0x28 == 0x01 && echo "U-boot loaded from NAND"
itest.b *0x28 == 0x02 && echo "U-boot loaded from eMMC or secondary SD"
itest.b *0x28 == 0x03 && echo "U-boot loaded from SPI"