]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/t4rdb/t4240rdb.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / t4rdb / t4240rdb.c
index bdd6f4ef49a74dd6d47d0ef26c11a84809377a37..3bfebb62147cdc9706261ae998ae56d7cfc54f70 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2014 Freescale Semiconductor, Inc.
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include <common.h>
@@ -97,8 +96,8 @@ int ft_board_setup(void *blob, bd_t *bd)
 
        ft_cpu_setup(blob, bd);
 
-       base = getenv_bootm_low();
-       size = getenv_bootm_size();
+       base = env_get_bootm_low();
+       size = env_get_bootm_size();
 
        fdt_fixup_memory(blob, (u64)base, (u64)size);