diff options
author | Soeren Moch <smoch@web.de> | 2019-03-01 13:10:53 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 1edd85069965d2b9ab1877b798f2d186584e9ba3 (patch) | |
tree | 149d56e02acb5d0c296dcc0120cd8c663a562fc7 /configs | |
parent | b87ca9907ca28d4472fff4bd8562f6f6ae000330 (diff) | |
download | u-boot-1edd85069965d2b9ab1877b798f2d186584e9ba3.zip u-boot-1edd85069965d2b9ab1877b798f2d186584e9ba3.tar.gz u-boot-1edd85069965d2b9ab1877b798f2d186584e9ba3.tar.bz2 |
board: tbs2910: Remove efi loader support in defconfig to reduce u-boot size
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 78beb9a..70a3e18 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -56,3 +56,4 @@ CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_OF_LIBFDT=y +# CONFIG_EFI_LOADER is not set |