diff options
author | Priyanka Jain <priyanka.jain@nxp.com> | 2019-01-24 05:22:18 +0000 |
---|---|---|
committer | Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com> | 2019-02-19 10:26:44 +0530 |
commit | 3e1a9b5c772af8d80d75a80fe91d3d02c63fa173 (patch) | |
tree | 9999ab1a8f3caeb406ae6e28bb998c9f8350c33c /configs/lx2160ardb_tfa_defconfig | |
parent | 938e35e58f98ff2db46b4f40964a1c3b242b1295 (diff) | |
download | u-boot-3e1a9b5c772af8d80d75a80fe91d3d02c63fa173.tar.gz u-boot-3e1a9b5c772af8d80d75a80fe91d3d02c63fa173.tar.bz2 u-boot-3e1a9b5c772af8d80d75a80fe91d3d02c63fa173.zip |
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 <priyanka.jain@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |