Commit 76379dfb7e7e5092f32c79897bb58c19979e576b

Authored by Pratiyush Srivastava
Committed by York Sun
1 parent 88a62685b0

board: ls1012afrdm: overwrite CONFIG_EXTRA_ENV_SETTINGS

LS1012AFRDM has 512MB of DDR. So update kernel load address to
0x96000000.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
[York Sun: Reformatted commit message]
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

include/configs/ls1012afrdm.h
... ... @@ -20,6 +20,17 @@
20 20 #define CONFIG_SYS_MEMTEST_START 0x80000000
21 21 #define CONFIG_SYS_MEMTEST_END 0x9fffffff
22 22  
  23 +#undef CONFIG_EXTRA_ENV_SETTINGS
  24 +#define CONFIG_EXTRA_ENV_SETTINGS \
  25 + "verify=no\0" \
  26 + "loadaddr=0x80100000\0" \
  27 + "kernel_addr=0x100000\0" \
  28 + "fdt_high=0xffffffffffffffff\0" \
  29 + "initrd_high=0xffffffffffffffff\0" \
  30 + "kernel_start=0xa00000\0" \
  31 + "kernel_load=0x96000000\0" \
  32 + "kernel_size=0x2800000\0"
  33 +
23 34 /*
24 35 * USB
25 36 */