commit | ac212dc90e36a178ab38d96f457c6ed1114a6a91 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Nov 20 18:48:02 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Nov 23 09:19:31 2019 +0100 |
tree | 2d8112e47934426f627aad6a7b415d33684732f4 | |
parent | 3195046f8baf79e6f299de33a1ea29309982d7f8 [diff] |
efi_loader: default EFI_LOADER=n on ARM11 Some of the ARM11 boards have tight limits on the size of U-Boots. Hence use EFI_LOADER=n as default on ARM11. Set EFI_LOADER=y for the Raspberry Pi and Raspberry Pi Zero as these boards have sufficient storage on the SD card. Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>