Skip to content

Commit

Permalink
reorder $stuff in mem, again
Browse files Browse the repository at this point in the history
  • Loading branch information
dhewg committed Feb 7, 2018
1 parent 6c58278 commit 45c6c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/configs/tegra210-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
* ramdisk_addr_r simply shouldn't overlap anything else. Choosing 33M allows
* for the FDT/DTB to be up to 1M, which is hopefully plenty.
*/
#define CONFIG_LOADADDR 0x83000000
#define CONFIG_LOADADDR 0x85000000
#define MEM_LAYOUT_ENV_SETTINGS \
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
"fdt_addr_r=0x8d000000\0" \
"scriptaddr=0x8e000000\0" \
"pxefile_addr_r=0x8f000000\0" \
"fdt_addr_r=0x8f000000\0" \
"scriptaddr=0x8fe00000\0" \
"pxefile_addr_r=0x8ff00000\0" \
"ramdisk_addr_r=0x90000000\0"

/* Defines for SPL */
Expand Down

0 comments on commit 45c6c89

Please sign in to comment.