]> Git Repo - J-u-boot.git/blobdiff - lib/asm-offsets.c
Merge branch '2021-09-09-finish-pre-DM_PCI-removal'
[J-u-boot.git] / lib / asm-offsets.c
index ee592cfda1ccb3b0e6183838837a65a560cb394b..c691066332de8bc38ad52b576dbdce035ea7b6ca 100644 (file)
@@ -41,5 +41,7 @@ int main(void)
 
        DEFINE(GD_NEW_GD, offsetof(struct global_data, new_gd));
 
+       DEFINE(GD_ENV_ADDR, offsetof(struct global_data, env_addr));
+
        return 0;
 }
This page took 0.024607 seconds and 4 git commands to generate.