diff options
author | Pratiyush Srivastava | 2016-10-07 23:07:36 +0530 |
---|---|---|
committer | York Sun | 2016-10-07 11:34:11 -0700 |
commit | 88a62685b02d19e372cfaa0acf0a0ad54dd55867 (patch) | |
tree | 8be50e783212c382c9d6b8f2b928685b42f23211 /include/configs | |
parent | 68ec3888f08aa3e86911233647a620d4d2acd7df (diff) |
armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/ls1012a_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index ced8eadebee..5beca458c75 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -102,19 +102,14 @@ /* Initial environment variables */ #define CONFIG_EXTRA_ENV_SETTINGS \ - "initrd_high=0xffffffff\0" \ "verify=no\0" \ - "hwconfig=fsl_ddr:bank_intlv=auto\0" \ "loadaddr=0x80100000\0" \ "kernel_addr=0x100000\0" \ - "ramdisk_addr=0x800000\0" \ - "ramdisk_size=0x2000000\0" \ "fdt_high=0xffffffffffffffff\0" \ "initrd_high=0xffffffffffffffff\0" \ "kernel_start=0xa00000\0" \ "kernel_load=0xa0000000\0" \ "kernel_size=0x2800000\0" \ - "console=ttyAMA0,38400n8\0" #define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \ "earlycon=uart8250,mmio,0x21c0500" |