On 8/12/21 1:00 PM, Heinrich Schuchardt wrote:
The efidebug command is needed to manage UEFI boot options.
To display them fully CONFIG_HEXDUMP is needed.
Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com>
For rcar3_salvator-x this increases the image size too much:
aarch64: + rcar3_salvator-x
+u-boot.img exceeds file size limit:
+ limit: 0x100000 bytes
+ actual: 0x102f42 bytes
+ excess: 0x2f42 bytes
+make[1]: *** [Makefile:1427: u-boot.img] Error 1
+make[1]: *** Deleting file 'u-boot.img'
+make: *** [Makefile:177: sub-make] Error 2