diff options
| author | Tom Rini <[email protected]> | 2025-07-08 13:10:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-08 13:10:12 -0600 |
| commit | 9be6c5f96758c144ca4ed6bba503ad55cf7d3708 (patch) | |
| tree | fea62d9c075a905abe78ddce39d367bcc6c057ef /doc/api | |
| parent | 72582405a695f90a977931f15486a9a4be3de455 (diff) | |
| parent | 5f520875bdf0ff1269e535fe215ec0ce481c7792 (diff) | |
Merge patch series "kbuild: Update Makefile.extrawarn to 5.1"
This series from Ilias Apalodimas <[email protected]> largely
finishes the re-sync with the Linux Kernel v5.1 kbuild system.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/linker_lists.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/linker_lists.rst b/doc/api/linker_lists.rst index 3cd447f187d..9e6849d5e75 100644 --- a/doc/api/linker_lists.rst +++ b/doc/api/linker_lists.rst @@ -130,17 +130,17 @@ the compiler cannot update the alignment of the linker_list item. In the first case, an 8-byte 'fill' region is added:: __u_boot_list_2_driver_2_testbus_drv - 0x0000000000270018 0x80 test/built-in.o + 0x0000000000270018 0x80 test/built-in.a 0x0000000000270018 _u_boot_list_2_driver_2_testbus_drv __u_boot_list_2_driver_2_testfdt1_drv - 0x0000000000270098 0x80 test/built-in.o + 0x0000000000270098 0x80 test/built-in.a 0x0000000000270098 _u_boot_list_2_driver_2_testfdt1_drv *fill* 0x0000000000270118 0x8 __u_boot_list_2_driver_2_testfdt_drv - 0x0000000000270120 0x80 test/built-in.o + 0x0000000000270120 0x80 test/built-in.a 0x0000000000270120 _u_boot_list_2_driver_2_testfdt_drv __u_boot_list_2_driver_2_testprobe_drv - 0x00000000002701a0 0x80 test/built-in.o + 0x00000000002701a0 0x80 test/built-in.a 0x00000000002701a0 _u_boot_list_2_driver_2_testprobe_drv With this, the linker_list no-longer works since items after testfdt1_drv |
