CHG: [uboot] new memory layout for new recoveries

BugzId: 62453
This commit is contained in:
Marcel Reichmuth 2020-05-06 08:10:48 +02:00
parent 7e9390e0fc
commit f4d170c357
1 changed files with 3 additions and 3 deletions

View File

@ -737,9 +737,9 @@ extern unsigned int CONFIG_SYS_DUART_CHAN;
"kernel_image=kernel.bin\0" \ "kernel_image=kernel.bin\0" \
"fdt_image=openwrt-nbhw14.dtb\0" \ "fdt_image=openwrt-nbhw14.dtb\0" \
"modeboot=sdboot\0" \ "modeboot=sdboot\0" \
"fdt_addr=0x0A000000\0" \ "fdt_addr=0x02000000\0" \
"fdt_high=0xFFFFFFFF\0" /* instructs uboot not to relocate DTB */ \ "fdt_high=0x12000000\0" \
"kernel_addr=0x05000000\0" \ "kernel_addr=0x01000000\0" \
"modify_fdt=fdt addr $fdt_addr;\0" /* Default port behaviour, overwritte in board/mv_ebu/a38x/nbhw14_env.c */ \ "modify_fdt=fdt addr $fdt_addr;\0" /* Default port behaviour, overwritte in board/mv_ebu/a38x/nbhw14_env.c */ \
"root_part=1\0" /* Default root partition, overwritte in board/mv_ebu/a38x/nbhw14_env.c */ \ "root_part=1\0" /* Default root partition, overwritte in board/mv_ebu/a38x/nbhw14_env.c */ \
"set_console_dev=if test -n ${consoledev}; then setenv bootargs $bootargs console=$consoledev,115200; fi; true\0" \ "set_console_dev=if test -n ${consoledev}; then setenv bootargs $bootargs console=$consoledev,115200; fi; true\0" \