From 3e1a9b5c772af8d80d75a80fe91d3d02c63fa173 Mon Sep 17 00:00:00 2001 From: Priyanka Jain Date: Thu, 24 Jan 2019 05:22:18 +0000 Subject: board/lx2160ardb: Add distro boot support Add u-boot enviroments to support distro boot which scan boot.scr from external storage devices (e.g. SD/USB/SCSI disk) and execute autoboot script Signed-off-by: Priyanka Jain Reviewed-by: Prabhakar Kushwaha --- configs/lx2160ardb_tfa_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 80dd2c1022..2dc49c7f5d 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -14,6 +14,7 @@ CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=10 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200 root=/dev/ram0 earlycon=pl011,mmio32,0x21c0000 ramdisk_size=0x2000000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci=pcie_bus_perf" +# CONFIG_USE_BOOTCOMMAND is not set CONFIG_CMD_GREPENV=y CONFIG_CMD_EEPROM=y CONFIG_CMD_GPT=y -- cgit v1.2.1