Sean Anderson
89cfa35bfc
misc: fs_loader: Fix alignment of fs_loader driver
...
DM_DRIVER_GET will redeclare the fs_loader driver without the correct
alignment. This causes GCC to use the default section alignment of 32
bytes. This in turn creates a gap in the linker list due to the padding
required to achieve the correct alignment, corrupting all further entries.
Use DM_DRIVER_REF instead, which doesn't redeclare anything.
Fixes: 0998a20cfc6 ("misc: fs_loader: Add function to get the chosen loader")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-10-11 13:22:32 -04:00
..
2023-09-24 09:54:57 -04:00
2023-10-10 16:19:29 -04:00
2023-06-01 12:32:03 -04:00
2023-09-24 09:54:57 -04:00
2023-10-10 16:25:48 -04:00
2023-09-24 09:54:57 -04:00
2022-12-02 08:39:00 -05:00
2023-02-10 12:50:01 -05:00
2023-05-06 17:28:18 +08:00
2023-10-04 10:49:30 -04:00
2023-10-06 14:38:13 -04:00
2023-09-14 10:42:24 -04:00
2023-09-14 10:42:24 -04:00
2023-08-09 09:21:42 -04:00
2023-09-24 09:54:57 -04:00
2023-09-24 09:54:57 -04:00
2023-05-02 14:23:58 -04:00
2023-09-24 09:54:57 -04:00
2023-10-04 14:16:01 -04:00
2023-07-21 09:00:39 +02:00
2023-06-09 13:52:40 -04:00
2023-09-14 10:42:24 -04:00
2023-09-14 10:42:24 -04:00
2023-10-02 10:55:44 -04:00
2023-10-11 10:35:24 -04:00
2023-01-27 14:47:58 -05:00
2023-07-25 12:44:46 -04:00
2023-10-09 15:24:31 -04:00
2022-12-08 18:06:27 +02:00
2022-12-08 18:06:27 +02:00
2023-10-11 13:22:32 -04:00
2023-10-10 16:19:29 -04:00
2023-10-02 10:55:44 -04:00
2023-03-02 17:45:58 -05:00
2023-10-10 10:13:33 +08:00
2023-10-10 16:19:29 -04:00
2023-07-17 17:23:14 +08:00
2023-10-08 09:58:55 -04:00
2023-10-07 10:23:12 +08:00
2023-10-01 00:08:28 +02:00
2023-10-07 16:52:48 +08:00
2023-08-03 09:40:49 -04:00
2023-01-20 12:27:24 -05:00
2023-10-04 10:49:30 -04:00
2023-01-11 11:54:50 -05:00
2023-09-24 09:54:57 -04:00
2023-09-24 09:54:57 -04:00
2023-10-11 13:22:32 -04:00
2023-07-25 12:44:46 -04:00
2023-08-22 15:17:53 -04:00
2023-10-09 15:24:31 -04:00
2022-10-12 08:56:24 -04:00
2023-09-24 09:54:57 -04:00
2022-12-05 17:43:21 +01:00
2023-10-11 13:21:33 -04:00
2023-03-30 15:09:59 -04:00
2023-09-24 09:54:57 -04:00
2023-04-28 11:30:17 -06:00
2023-09-04 17:26:44 +02:00
2023-10-04 18:23:54 +08:00
2023-09-24 09:54:57 -04:00
2023-09-09 10:13:24 -04:00
2023-10-02 10:55:44 -04:00
2023-09-24 09:54:57 -04:00
2023-08-09 23:31:11 +08:00
2022-10-29 07:36:33 -06:00
2023-09-24 09:54:57 -04:00
2023-04-25 15:31:28 -04:00
2023-07-17 17:08:44 +08:00
2023-08-09 23:31:11 +08:00