commit | 5dc1dc804d0ffcdb9ddfdf37f8446a9b41f38f78 | [log] [tgz] |
---|---|---|
author | Tom Warren <twarren@nvidia.com> | Mon Mar 16 17:01:43 2020 -0700 |
committer | Tom Warren <twarren@nvidia.com> | Thu Apr 02 14:30:02 2020 -0700 |
tree | 86b2e1d9efe6c6eee0e536391b4285b2b8aa3396 | |
parent | b1747fdb82e9a2befb65b762ba7579b3870d47cb [diff] |
t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernels The L4T kernel is 32MB+, and can overwrite the ramdisk/fdt loaded from extlinux.conf. Adjust the load addresses to fix this for now. Using the calculated_env addresses table from T186 U-Boot is a better fix, but it isn't working correctly on T210 U-Boot right now, so this will do until I can fix it. Signed-off-by: Tom Warren <twarren@nvidia.com>